]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: fix no virtual-link cmd 3626/head
authorEmanuele Di Pascale <emanuele@voltanet.io>
Fri, 18 Jan 2019 11:39:28 +0000 (12:39 +0100)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Fri, 18 Jan 2019 11:39:28 +0000 (12:39 +0100)
commitb6e54e2921d00363d7dbca3f6c0edd9d2019bcb0
tree9c7357977f775a630af7dd1e8787457213aadf05
parentb4ece2f232e0c7357694bb41b077b0f3bb3d8405
ospfd: fix no virtual-link cmd

the  command was not checking
correctly in all cases whether the virtual link existed. This caused
bugs in some corner cases, e.g. when two virtual links were created,
one of them was deleted, and the second one was reset with no
authentication - this would instead create a new virtual link with
the area in decimal format.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
ospfd/ospf_vty.c