diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-26 10:54:17 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-26 10:54:17 +0100 |
commit | 48cc27d9446abb4dfa5e78a42c591ac553e85d3e (patch) | |
tree | b16570a231bc3a8f2fd126c20ad96858eb98c4f7 /interface-definitions/include/ospfv3 | |
parent | 604949b97cfff0fc91580d195739648f9bc12e50 (diff) | |
download | vyos-1x-48cc27d9446abb4dfa5e78a42c591ac553e85d3e.tar.gz vyos-1x-48cc27d9446abb4dfa5e78a42c591ac553e85d3e.zip |
ospfv3: T4108: add support for auto-cost parameter
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 00a6dcca7..6f9f8fd9d 100644 --- a/interface-definitions/include/ospfv3/protocol-common-config.xml.i +++ b/interface-definitions/include/ospfv3/protocol-common-config.xml.i @@ -89,6 +89,7 @@ </tagNode> </children> </tagNode> +#include <include/ospf/auto-cost.xml.i> <node name="distance"> <properties> <help>Administrative distance</help> |