]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: fix missing table identifier passed for ip route vrf commands
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 25 Jul 2018 09:32:13 +0000 (11:32 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 27 Jul 2018 06:42:14 +0000 (08:42 +0200)
commit521191140d0e5d9e0aed1ee7ee51a6a0c8d4bab8
tree4d63e8b2d4a6e88eadba50f4fe83cd7fe29194bf
parent7e9c59127876167d91520ddf8c5e1663ba5812f2
zebra: fix missing table identifier passed for ip route vrf commands

The parameter was missing in that vty command. Then it is being added.
Also some documentation is refreshed.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
doc/user/zebra.rst
zebra/zebra_vty.c