mbox series

[RESEND,net-next,v7,0/3] Add RFC-7597 Section 5.1 PSID support

Message ID 20210920023806.19954-1-Cole.Dishington@alliedtelesis.co.nz (mailing list archive)
Headers show
Series Add RFC-7597 Section 5.1 PSID support | expand

Message

Cole Dishington Sept. 20, 2021, 2:38 a.m. UTC
Resend to add v7 to subject to detect cover letter in patchwork.

Cole Dishington (3):
  net: netfilter: Add RFC-7597 Section 5.1 PSID support xtables API
  net: netfilter: Add RFC-7597 Section 5.1 PSID support
  selftests: netfilter: Add RFC-7597 Section 5.1 PSID selftests

 include/uapi/linux/netfilter/nf_nat.h         |   3 +-
 net/netfilter/nf_nat_core.c                   |  39 +++-
 net/netfilter/nf_nat_masquerade.c             |  27 ++-
 net/netfilter/xt_MASQUERADE.c                 |  44 ++++-
 .../netfilter/nat_masquerade_psid.sh          | 182 ++++++++++++++++++
 5 files changed, 283 insertions(+), 12 deletions(-)
 create mode 100644 tools/testing/selftests/netfilter/nat_masquerade_psid.sh