diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2021-05-19 13:44:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 12:44:41 +0200 |
commit | a1ab13b533f300353579cf4d23f8e6a77ca02100 (patch) | |
tree | a42616905a6d72618f9666370f9fc9baafbe4e81 /interface-definitions/protocols-ospfv3.xml.in | |
parent | b14b67520e578d1ada8e12f4626f7d82b4cab9b4 (diff) | |
download | vyos-1x-a1ab13b533f300353579cf4d23f8e6a77ca02100.tar.gz vyos-1x-a1ab13b533f300353579cf4d23f8e6a77ca02100.zip |
ospfv3: T3554: add area-type "stub"
Diffstat (limited to 'interface-definitions/protocols-ospfv3.xml.in')
-rw-r--r-- | interface-definitions/protocols-ospfv3.xml.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/interface-definitions/protocols-ospfv3.xml.in b/interface-definitions/protocols-ospfv3.xml.in index 99e671b32..7b42c448d 100644 --- a/interface-definitions/protocols-ospfv3.xml.in +++ b/interface-definitions/protocols-ospfv3.xml.in @@ -25,6 +25,26 @@ </constraint> </properties> <children> + <node name="area-type"> + <properties> + <help>OSPFv3 Area type</help> + </properties> + <children> + <node name="stub"> + <properties> + <help>Stub OSPFv3 area</help> + </properties> + <children> + <leafNode name="no-summary"> + <properties> + <help>Do not inject inter-area routes into the stub</help> + <valueless/> + </properties> + </leafNode> + </children> + </node> + </children> + </node> <leafNode name="export-list"> <properties> <help>Name of export-list</help> |