diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-26 10:55:34 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-26 11:07:21 +0100 |
commit | 945a5ed22adab59314c8c0854c7cabae4e78d8d4 (patch) | |
tree | 8eb6760ecd32f108f791d1232be361f5f4f45b37 /interface-definitions/include/ospfv3 | |
parent | 48cc27d9446abb4dfa5e78a42c591ac553e85d3e (diff) | |
download | vyos-1x-945a5ed22adab59314c8c0854c7cabae4e78d8d4.tar.gz vyos-1x-945a5ed22adab59314c8c0854c7cabae4e78d8d4.zip |
ospfv3: T4107: add support for "default-information originate"
Diffstat (limited to 'interface-definitions/include/ospfv3')
-rw-r--r-- | interface-definitions/include/ospfv3/protocol-common-config.xml.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/include/ospfv3/protocol-common-config.xml.i b/interface-definitions/include/ospfv3/protocol-common-config.xml.i index 6f9f8fd9d..5d08debda 100644 --- a/interface-definitions/include/ospfv3/protocol-common-config.xml.i +++ b/interface-definitions/include/ospfv3/protocol-common-config.xml.i @@ -90,6 +90,7 @@ </children> </tagNode> #include <include/ospf/auto-cost.xml.i> +#include <include/ospf/default-information.xml.i> <node name="distance"> <properties> <help>Administrative distance</help> |