diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-28 07:33:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 07:33:01 +0100 |
commit | 9b88a68001b79583cc2be59b4d6e1af3bed4aecf (patch) | |
tree | 5b625e6fa574b9c53f1c19403a91f5e646d3739a /interface-definitions/include/ospf | |
parent | 16d167ac32a30b6d1b7c4856063beb39cc60f46f (diff) | |
parent | 4bfe801e7e6c59bdb70500b629fd31bb03598d4b (diff) | |
download | vyos-1x-9b88a68001b79583cc2be59b4d6e1af3bed4aecf.tar.gz vyos-1x-9b88a68001b79583cc2be59b4d6e1af3bed4aecf.zip |
Merge pull request #1800 from vfreex/feature-babel
T4977: Add Babel routing protocol support
Diffstat (limited to 'interface-definitions/include/ospf')
-rw-r--r-- | interface-definitions/include/ospf/protocol-common-config.xml.i | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/interface-definitions/include/ospf/protocol-common-config.xml.i b/interface-definitions/include/ospf/protocol-common-config.xml.i index 06609c10e..16b346131 100644 --- a/interface-definitions/include/ospf/protocol-common-config.xml.i +++ b/interface-definitions/include/ospf/protocol-common-config.xml.i @@ -756,6 +756,16 @@ #include <include/route-map.xml.i> </children> </node> + <node name="babel"> + <properties> + <help>Redistribute Babel routes</help> + </properties> + <children> + #include <include/ospf/metric.xml.i> + #include <include/ospf/metric-type.xml.i> + #include <include/route-map.xml.i> + </children> + </node> <node name="static"> <properties> <help>Redistribute statically configured routes</help> |