diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-27 10:32:01 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-11-27 10:32:01 +0100 |
commit | 09064990b9e3ed0a19c1ca4257b385f92d25af2a (patch) | |
tree | 504c955dc1da1bcddf535559855ef084ee57b0b0 /interface-definitions | |
parent | 2e9116e9661ce355dedf5f9d0a2afb1fdbedf786 (diff) | |
download | vyos-1x-09064990b9e3ed0a19c1ca4257b385f92d25af2a.tar.gz vyos-1x-09064990b9e3ed0a19c1ca4257b385f92d25af2a.zip |
ospfv3: T3753: adjust to CLI options new in FRR 8.0
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/protocols-ospfv3.xml.in | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/interface-definitions/protocols-ospfv3.xml.in b/interface-definitions/protocols-ospfv3.xml.in index fffeeb9a5..c7a94d58c 100644 --- a/interface-definitions/protocols-ospfv3.xml.in +++ b/interface-definitions/protocols-ospfv3.xml.in @@ -61,7 +61,6 @@ </completionHelp> </properties> </leafNode> - #include <include/generic-interface-multi.xml.i> <tagNode name="range"> <properties> <help>Specify IPv6 prefix (border routers only)</help> @@ -121,6 +120,26 @@ </constraint> </properties> <children> + <leafNode name="area"> + <properties> + <help>Enable OSPF on this interface</help> + <completionHelp> + <path>protocols ospfv3 area</path> + </completionHelp> + <valueHelp> + <format>u32</format> + <description>OSPF area ID as decimal notation</description> + </valueHelp> + <valueHelp> + <format>ipv4</format> + <description>OSPF area ID in IP address notation</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 0-4294967295"/> + <validator name="ip-address"/> + </constraint> + </properties> + </leafNode> #include <include/ospf/intervals.xml.i> #include <include/ospf/interface-common.xml.i> <leafNode name="ifmtu"> |