diff options
author | opswill <will@nixops.org> | 2025-06-05 12:04:10 +0800 |
---|---|---|
committer | opswill <will@nixops.org> | 2025-06-05 12:25:21 +0800 |
commit | bfdba4079b0a76a8c578277adae3f36add832b41 (patch) | |
tree | 6d384cc0f8c239157a82db479e2d8ee5109d8693 /interface-definitions/include/firewall/global-options.xml.i | |
parent | a711ceb80158a1dcdeecd1570ca705684d636327 (diff) | |
download | vyos-1x-bfdba4079b0a76a8c578277adae3f36add832b41.tar.gz vyos-1x-bfdba4079b0a76a8c578277adae3f36add832b41.zip |
T7523: firewall: Accepting invalid traffic for pppoe discovery and wol
Diffstat (limited to 'interface-definitions/include/firewall/global-options.xml.i')
-rw-r--r-- | interface-definitions/include/firewall/global-options.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/firewall/global-options.xml.i b/interface-definitions/include/firewall/global-options.xml.i index 01ea16bc6..794da4f9d 100644 --- a/interface-definitions/include/firewall/global-options.xml.i +++ b/interface-definitions/include/firewall/global-options.xml.i @@ -51,7 +51,7 @@ <children> <leafNode name="invalid-connections"> <properties> - <help>Accept ARP, 802.1q, 802.1ad, DHCP and PPPoE despite being marked as invalid connections</help> + <help>Accept ARP, 802.1q, 802.1ad, DHCP, PPPoE and WoL despite being marked as invalid connections</help> <valueless/> </properties> </leafNode> |