diff options
author | sever-sever <v.gletenko@vyos.io> | 2021-01-12 18:26:06 +0000 |
---|---|---|
committer | sever-sever <v.gletenko@vyos.io> | 2021-01-12 18:26:06 +0000 |
commit | c067a70b235b24fa58f7800810b10cbe8b7e9b0d (patch) | |
tree | 6e01151a6beb39b7f9b7b38fff381642c679d804 /interface-definitions | |
parent | f493df24ba29472735b1a4a081d0fce409b70d9f (diff) | |
download | vyos-1x-c067a70b235b24fa58f7800810b10cbe8b7e9b0d.tar.gz vyos-1x-c067a70b235b24fa58f7800810b10cbe8b7e9b0d.zip |
bgp: T2387: Fix template for bgp redistribute proto ospv3
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/protocols-bgp.xml.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in index 27cbc919a..c6f56ac1c 100644 --- a/interface-definitions/protocols-bgp.xml.in +++ b/interface-definitions/protocols-bgp.xml.in @@ -198,9 +198,9 @@ #include <include/bgp-afi-redistribute-metric-route-map.xml.i> </children> </node> - <node name="ospf"> + <node name="ospfv3"> <properties> - <help>Redistribute OSPF routes into BGP</help> + <help>Redistribute OSPFv3 routes into BGP</help> </properties> <children> #include <include/bgp-afi-redistribute-metric-route-map.xml.i> @@ -282,7 +282,7 @@ <constraint> <validator name="ipv4-address"/> <validator name="ipv6-address"/> - <regex>(br|bond|dum|en|eth|gnv|lo|peth|tun|vti|vxlan|wg|wlan)[0-9]+</regex> + <regex>(br|bond|dum|en|eth|gnv|peth|tun|vti|vxlan|wg|wlan)[0-9]+|lo</regex> </constraint> </properties> <children> @@ -641,7 +641,7 @@ <constraint> <validator name="ipv4-address"/> <validator name="ipv6-address"/> - <regex>(br|bond|dum|en|eth|gnv|lo|peth|tun|vti|vxlan|wg|wlan)[0-9]+</regex> + <regex>(br|bond|dum|en|eth|gnv|peth|tun|vti|vxlan|wg|wlan)[0-9]+|lo</regex> </constraint> </properties> </leafNode> @@ -1152,7 +1152,7 @@ <constraint> <validator name="ipv4-address"/> <validator name="ipv6-address"/> - <regex>(br|bond|dum|en|eth|gnv|lo|peth|tun|vti|vxlan|wg|wlan)[0-9]+</regex> + <regex>(br|bond|dum|en|eth|gnv|peth|tun|vti|vxlan|wg|wlan)[0-9]+|lo</regex> </constraint> </properties> </leafNode> |