diff options
-rw-r--r-- | templates/protocols/ospfv3/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospfv3/node.def b/templates/protocols/ospfv3/node.def index 4bf54837..eef12b15 100644 --- a/templates/protocols/ospfv3/node.def +++ b/templates/protocols/ospfv3/node.def @@ -12,6 +12,6 @@ begin: if [ "$COMMIT_ACTION" != DELETE ]; then sudo vtysh --writeconfig --noerror fi end: if [ "$COMMIT_ACTION" == DELETE ]; then - vtysh -c "configure terminal" -c "router ospf6" -c "no router-id" + vtysh -c "configure terminal" -c "router ospf6" -c "no ospf6 router-id" vtysh -c "configure terminal" -c "no router ospf6" fi |