From 86f5b7e0ded02ff461f8c8039152484343c2ef6f Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 24 Mar 2015 19:34:39 +0100 Subject: Bug #521: save quagga daemon configs to /opt/vyatta/etc/quagga at commit time. --- templates/protocols/ospfv3/node.def | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/protocols/ospfv3') diff --git a/templates/protocols/ospfv3/node.def b/templates/protocols/ospfv3/node.def index 56655199..e7d11d96 100644 --- a/templates/protocols/ospfv3/node.def +++ b/templates/protocols/ospfv3/node.def @@ -8,6 +8,7 @@ begin: if [ "$COMMIT_ACTION" != DELETE ]; then vtysh -c "configure terminal" -c "router ospf6" \ -c "no router-id" fi + vtysh -d ospf6d -c 'sh run' > /opt/vyatta/etc/quagga/ospf6d.conf fi end: if [ "$COMMIT_ACTION" == DELETE ]; then vtysh -c "configure terminal" -c "router ospf6" -c "no router-id" -- cgit v1.2.3