]> git.puffer.fish Git - matthieu/frr.git/commit
lib: zebra support for vrfwnetns parameter
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 31 Jan 2018 10:48:11 +0000 (11:48 +0100)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:13 +0000 (20:22 -0500)
commit8dd5077d81db1c86d185bfdc2f64c8b15d190836
tree54ff756df23285bc3610bceb287d8127f2da8169
parent14314036cadd4d40240b8c09730accdbb68f0a3d
lib: zebra support for vrfwnetns parameter

topotest library is being added a new parameter when preparing the
configurationof each daemon. This parameter will be used to call the
daemon with some extra parameters. The -n parameter for zebra is taken
into account.
Also, when a extra parameter is given for calling zebra, a check is done to
see if it is possible to run zebra daemon with that option. This is the
case for vrfwnetns option. If not available, an error message is sent
back.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/lib/topogen.py
tests/topotests/lib/topotest.py