From 81a269d2d7ac669b6de2e46f9a331525b930b589 Mon Sep 17 00:00:00 2001 From: Nicolas Fort Date: Fri, 10 Jun 2022 17:41:11 +0000 Subject: Firewall:T4458: Add ttl match option in firewall --- interface-definitions/firewall.xml.in | 43 +++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/firewall.xml.in b/interface-definitions/firewall.xml.in index 63095bc20..1bd45549c 100644 --- a/interface-definitions/firewall.xml.in +++ b/interface-definitions/firewall.xml.in @@ -545,6 +545,49 @@ #include + + + Time to live limit + + + + + Value to match a ttl equal to it + + u32:0-255 + ttl equal to value + + + + + + + + + Value to match a ttl greater than or equal to it + + u32:0-255 + ttl greater than value + + + + + + + + + Value to match a ttl less than or equal to it + + u32:0-255 + ttl less than value + + + + + + + + -- cgit v1.2.3