diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-01 16:10:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 16:10:29 +0200 |
commit | bc6377dfa3c59436ee319076d43e289512dfa7d8 (patch) | |
tree | dd9ae72c83d6841bc64d92bbc9c14a0a6c07e18a /templates/protocols/ospfv3/node.def | |
parent | ec297e189213c7019e7515806f5b38effe3408b1 (diff) | |
parent | 1587243e64a27c933dc48bd2ba0940020aad1658 (diff) | |
download | vyatta-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.def | 1 |
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" |