From 80bdd7f93430769ea5cda32d1925dfcd43df5107 Mon Sep 17 00:00:00 2001 From: Nicolas Fort Date: Tue, 14 Mar 2023 18:07:39 +0000 Subject: T5055: NAT: extend packet-type match option which was previously introduced in firewall, to NAT --- interface-definitions/include/nat-rule.xml.i | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'interface-definitions/include/nat-rule.xml.i') diff --git a/interface-definitions/include/nat-rule.xml.i b/interface-definitions/include/nat-rule.xml.i index 8f2029388..7b3b8804e 100644 --- a/interface-definitions/include/nat-rule.xml.i +++ b/interface-definitions/include/nat-rule.xml.i @@ -31,6 +31,33 @@ + + + Packet type + + broadcast host multicast other + + + broadcast + Match broadcast packet type + + + host + Match host packet type, addressed to local host + + + multicast + Match multicast packet type + + + other + Match packet addressed to another host + + + (broadcast|host|multicast|other) + + + Protocol to NAT -- cgit v1.2.3