]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: fix no virtual-link cmd
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 12:11:43 +0000 (13:11 +0100)
commit3b1300f575fb2dfef452c806a3548a41d36517ae
tree2cdd328aa781db4e982c2ef002bb08496f16bcc3
parentb516a3c8de83da890554cfe8cebb280cfec1edcf
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