]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Allow duplicate entry of a route
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 16 Mar 2018 22:38:25 +0000 (18:38 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 16 Mar 2018 22:38:25 +0000 (18:38 -0400)
commitad97d1c10af12cbfb45d0f5f3a6002738115fe12
tree1a2f501f4e6d26b861ea7cf7b872021c48f582f2
parente7f96f7411f8e622f0dae58744ab9dcd7feceaa4
zebra: Allow duplicate entry of a route

If a user enters a route inside a non kernel existant vrf:

vrf BLOOP
  ip route 4.3.2.0/24 192.168.201.1
!

They should be able to enter it over and over and over and
over and over no matter how futile it is.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_vty.c