summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-05-07 19:50:22 +0200
committerGitHub <noreply@github.com>2024-05-07 19:50:22 +0200
commitc3dc0dfc77e60a4c0f03a9564204c2995874723f (patch)
tree740ebb249582006f4546811063d1749fccf91e63
parent5b2436fbec8e5279c8b27c03819b1607c1eca0af (diff)
parentb5f22f70006eed6c7e62700128d5034b1b95db31 (diff)
downloadvyos-1x-c3dc0dfc77e60a4c0f03a9564204c2995874723f.tar.gz
vyos-1x-c3dc0dfc77e60a4c0f03a9564204c2995874723f.zip
Merge pull request #3424 from nicolas-fort/T6305
T6305: accept ipoe interfaces on firewall ruleset
-rw-r--r--interface-definitions/include/firewall/match-interface.xml.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/firewall/match-interface.xml.i b/interface-definitions/include/firewall/match-interface.xml.i
index 5da6f51fb..f25686e72 100644
--- a/interface-definitions/include/firewall/match-interface.xml.i
+++ b/interface-definitions/include/firewall/match-interface.xml.i
@@ -19,7 +19,7 @@
<description>Inverted interface name to match</description>
</valueHelp>
<constraint>
- <regex>(\!?)(bond|br|dum|en|ersp|eth|gnv|ifb|lan|l2tp|l2tpeth|macsec|peth|ppp|pppoe|pptp|sstp|tun|veth|vti|vtun|vxlan|wg|wlan|wwan)([0-9]?)(\*?)(.+)?|(\!?)lo</regex>
+ <regex>(\!?)(bond|br|dum|en|ersp|eth|gnv|ifb|ipoe|lan|l2tp|l2tpeth|macsec|peth|ppp|pppoe|pptp|sstp|tun|veth|vti|vtun|vxlan|wg|wlan|wwan)([0-9]?)(\*?)(.+)?|(\!?)lo</regex>
<validator name="vrf-name"/>
</constraint>
</properties>