diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-02 12:16:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 12:16:26 +0100 |
commit | b44182571426d8bf71dcc27354548ab05e0cb031 (patch) | |
tree | 3c825c41aacfe725703ceb5b6adcd844a027c497 /interface-definitions/protocols-bgp.xml.in | |
parent | c3fc9ee32a43b938dc44fa41d98bfcc95fdbd359 (diff) | |
parent | bcfd427dd415cde6fdce170f3abc2fb6c6b340fa (diff) | |
download | vyos-1x-b44182571426d8bf71dcc27354548ab05e0cb031.tar.gz vyos-1x-b44182571426d8bf71dcc27354548ab05e0cb031.zip |
Merge pull request #589 from sever-sever/T2387
bgp-xml: T2387: Fix validators and add capability for new format bgp
Diffstat (limited to 'interface-definitions/protocols-bgp.xml.in')
-rw-r--r-- | interface-definitions/protocols-bgp.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in index e1469d6ad..f2cc01301 100644 --- a/interface-definitions/protocols-bgp.xml.in +++ b/interface-definitions/protocols-bgp.xml.in @@ -282,7 +282,7 @@ <constraint> <validator name="ipv4-address"/> <validator name="ipv6-address"/> - <regex>(en|eth|br|bond|gnv|vxlan|wg|tun)[0-9]+</regex> + <regex>(br|bond|dum|en|eth|gnv|lo|peth|tun|vti|tun|vxlan|wg|wlan)[0-9]+</regex> </constraint> </properties> <children> @@ -636,7 +636,7 @@ </valueHelp> <constraint> <validator name="ipv4-address"/> - <regex>(en|eth|br|bond|gnv|vxlan|wg|tun)[0-9]+</regex> + <regex>(br|bond|dum|en|eth|gnv|lo|peth|tun|vti|tun|vxlan|wg|wlan)[0-9]+</regex> </constraint> </properties> </leafNode> @@ -1142,7 +1142,7 @@ </valueHelp> <constraint> <validator name="ipv4-address"/> - <regex>(en|eth|br|bond|gnv|vxlan|wg|tun)[0-9]+</regex> + <regex>(br|bond|dum|en|eth|gnv|lo|peth|tun|vti|tun|vxlan|wg|wlan)[0-9]+</regex> </constraint> </properties> </leafNode> |