diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-21 08:17:25 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-21 08:17:25 +0200 |
commit | 7a5edd23864f5eb4d8c40e4e35212d88796656e1 (patch) | |
tree | a1fcd8cdb2cc141d4aef3a51c7c4b91ec22515eb /interface-definitions/include/ospf | |
parent | 0dcea68dc73e27c8ba04100babb349d7d235ea72 (diff) | |
download | vyos-1x-7a5edd23864f5eb4d8c40e4e35212d88796656e1.tar.gz vyos-1x-7a5edd23864f5eb4d8c40e4e35212d88796656e1.zip |
xml: ospf: fix routing-passive-interface-xml.i include
Commit a8b2e52148d ("xml: Update routing-passive-interface-xml.i file extension
to standard .xml.i") only altered the RIP include statement but did not alter
the OSPF include.
Diffstat (limited to 'interface-definitions/include/ospf')
-rw-r--r-- | interface-definitions/include/ospf/protocol-common-config.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/ospf/protocol-common-config.xml.i b/interface-definitions/include/ospf/protocol-common-config.xml.i index d8556ebf5..0139296ec 100644 --- a/interface-definitions/include/ospf/protocol-common-config.xml.i +++ b/interface-definitions/include/ospf/protocol-common-config.xml.i @@ -606,7 +606,7 @@ #include <include/router-id.xml.i> </children> </node> -#include <include/routing-passive-interface-xml.i> +#include <include/routing-passive-interface.xml.i> <leafNode name="passive-interface-exclude"> <properties> <help>Interface to exclude when using 'passive-interface default'</help> |