diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-31 21:02:16 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-07-31 21:02:16 +0200 |
commit | bd7cc746a9f6e7e18f2c73e4b66f4db24618c223 (patch) | |
tree | dd0ddcfe3c4c773a842f52df47d42939705c4e32 /op-mode-definitions/include/ospfv3/self-originated.xml.i | |
parent | df33f450b4e8b7e0286e36540de81edfb5f52e73 (diff) | |
download | vyos-1x-bd7cc746a9f6e7e18f2c73e4b66f4db24618c223.tar.gz vyos-1x-bd7cc746a9f6e7e18f2c73e4b66f4db24618c223.zip |
op-mode: T3700: provide generic frr-detail XML building block
Diffstat (limited to 'op-mode-definitions/include/ospfv3/self-originated.xml.i')
-rw-r--r-- | op-mode-definitions/include/ospfv3/self-originated.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/include/ospfv3/self-originated.xml.i b/op-mode-definitions/include/ospfv3/self-originated.xml.i index 734f3f8ad..7549ccb2c 100644 --- a/op-mode-definitions/include/ospfv3/self-originated.xml.i +++ b/op-mode-definitions/include/ospfv3/self-originated.xml.i @@ -5,7 +5,7 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> <children> - #include <include/ospfv3/detail.xml.i> + #include <include/frr-detail.xml.i> #include <include/ospfv3/dump.xml.i> #include <include/ospfv3/internal.xml.i> </children> |