diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-08-11 18:26:53 +0000 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-08-11 18:26:53 +0000 |
commit | 4e07fa25f551325fd90b92426e4693107090d346 (patch) | |
tree | 10b00deb47480b9f0b5e7505a24d7e785f255ea1 /interface-definitions/include/firewall/global-options.xml.i | |
parent | f57ad85b346a08bd3aa31d95c9a7438f783c2b6e (diff) | |
download | vyos-1x-4e07fa25f551325fd90b92426e4693107090d346.tar.gz vyos-1x-4e07fa25f551325fd90b92426e4693107090d346.zip |
T5460: remove config-trap from firewall
Diffstat (limited to 'interface-definitions/include/firewall/global-options.xml.i')
-rw-r--r-- | interface-definitions/include/firewall/global-options.xml.i | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/interface-definitions/include/firewall/global-options.xml.i b/interface-definitions/include/firewall/global-options.xml.i index 3204a239d..a63874cb0 100644 --- a/interface-definitions/include/firewall/global-options.xml.i +++ b/interface-definitions/include/firewall/global-options.xml.i @@ -44,26 +44,6 @@ </properties> <defaultValue>disable</defaultValue> </leafNode> - <leafNode name="config-trap"> - <properties> - <help>SNMP trap generation on firewall configuration changes</help> - <completionHelp> - <list>enable disable</list> - </completionHelp> - <valueHelp> - <format>enable</format> - <description>Enable sending SNMP trap on firewall configuration change</description> - </valueHelp> - <valueHelp> - <format>disable</format> - <description>Disable sending SNMP trap on firewall configuration change</description> - </valueHelp> - <constraint> - <regex>(enable|disable)</regex> - </constraint> - </properties> - <defaultValue>disable</defaultValue> - </leafNode> <leafNode name="ip-src-route"> <properties> <help>Policy for handling IPv4 packets with source route option</help> |