diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-07-02 01:10:47 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-07-04 20:53:42 +0200 |
commit | 884f68b25455c547f7b0e7dea4e543daea99f3c2 (patch) | |
tree | 3cd9d8490b3a7eb7e090cd17eb96dbba6e44e257 /interface-definitions/include | |
parent | b89183284f2638a4cfe8ee5e3996206c87970728 (diff) | |
download | vyos-1x-884f68b25455c547f7b0e7dea4e543daea99f3c2.tar.gz vyos-1x-884f68b25455c547f7b0e7dea4e543daea99f3c2.zip |
firewall: T4299: Add ability to inverse match country codes
Diffstat (limited to 'interface-definitions/include')
-rw-r--r-- | interface-definitions/include/firewall/geoip.xml.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/include/firewall/geoip.xml.i b/interface-definitions/include/firewall/geoip.xml.i index f6208f718..9fb37a574 100644 --- a/interface-definitions/include/firewall/geoip.xml.i +++ b/interface-definitions/include/firewall/geoip.xml.i @@ -17,6 +17,12 @@ <multi /> </properties> </leafNode> + <leafNode name="inverse-match"> + <properties> + <help>Inverse match of country-codes</help> + <valueless/> + </properties> + </leafNode> </children> </node> <!-- include end --> |