From ac4f99ac3b176f1804b17b32e6615e8b3701dfe8 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 12 May 2020 19:28:06 +0200 Subject: nat: T2198: split nat-address-port include into individual files --- interface-definitions/include/nat-address.xml.i | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 interface-definitions/include/nat-address.xml.i (limited to 'interface-definitions/include/nat-address.xml.i') diff --git a/interface-definitions/include/nat-address.xml.i b/interface-definitions/include/nat-address.xml.i new file mode 100644 index 000000000..933dae07b --- /dev/null +++ b/interface-definitions/include/nat-address.xml.i @@ -0,0 +1,37 @@ + + + IP address, subnet, or range + + ipv4 + IPv4 address to match + + + ipv4net + IPv4 prefix to match + + + ipv4range + IPv4 address range to match + + + !ipv4 + Match everything except the specified address + + + !ipv4net + Match everything except the specified prefix + + + !ipv4range + Match everything except the specified range + + + + + + + + + + + -- cgit v1.2.3