summaryrefslogtreecommitdiff
path: root/templates/protocols/ospfv3/node.def
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-01 16:10:29 +0200
committerGitHub <noreply@github.com>2021-05-01 16:10:29 +0200
commitbc6377dfa3c59436ee319076d43e289512dfa7d8 (patch)
treedd9ae72c83d6841bc64d92bbc9c14a0a6c07e18a /templates/protocols/ospfv3/node.def
parentec297e189213c7019e7515806f5b38effe3408b1 (diff)
parent1587243e64a27c933dc48bd2ba0940020aad1658 (diff)
downloadvyatta-cfg-quagga-bc6377dfa3c59436ee319076d43e289512dfa7d8.tar.gz
vyatta-cfg-quagga-bc6377dfa3c59436ee319076d43e289512dfa7d8.zip
Merge pull request #75 from sever-sever/T3217-eq
frr: T3217: Ability to save routing configs
Diffstat (limited to 'templates/protocols/ospfv3/node.def')
-rw-r--r--templates/protocols/ospfv3/node.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/protocols/ospfv3/node.def b/templates/protocols/ospfv3/node.def
index ffcf8dbc..4bf54837 100644
--- a/templates/protocols/ospfv3/node.def
+++ b/templates/protocols/ospfv3/node.def
@@ -9,6 +9,7 @@ begin: if [ "$COMMIT_ACTION" != DELETE ]; then
-c "no ospf6 router-id"
fi
vtysh -d ospf6d -c 'sh run' > /opt/vyatta/etc/quagga/ospf6d.conf
+ sudo vtysh --writeconfig --noerror
fi
end: if [ "$COMMIT_ACTION" == DELETE ]; then
vtysh -c "configure terminal" -c "router ospf6" -c "no router-id"