Skip to content

Commit

Permalink
Merge pull request #89 from sever-sever/T3858
Browse files Browse the repository at this point in the history
ospfv3: T3858: Fix for delete correct v6 router-id
  • Loading branch information
c-po committed Sep 27, 2021
2 parents 7ba6162 + 686131c commit b348b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/protocols/ospfv3/node.def
Expand Up @@ -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

0 comments on commit b348b98

Please sign in to comment.