Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ospfv3: T3858: Fix for delete correct v6 router-id #89

Merged
merged 1 commit into from Sep 27, 2021

Conversation

sever-sever
Copy link
Member

Fix for deleting correct ospfv3 router-id
https://phabricator.vyos.net/T3858

set protocols ospfv3 area 0.0.0.0 interface eth0 
set protocols ospfv3 parameters router-id 192.168.122.15

vtysh

!
router ospf6
 ospf6 router-id 192.168.122.15
 interface eth0 area 0.0.0.0
!

Per deleting for some reason it trying to delete router-id instead of ospf6 router-id
After fix:

vyos@r5-1.3# delete protocols ospfv3 
[edit]
vyos@r5-1.3# commit
[edit]
vyos@r5-1.3# 

@c-po c-po merged commit b348b98 into vyos:equuleus Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants