]> git.proxmox.com Git - mirror_frr.git/commit
lib, zebra, vtysh: configure an interface in non-default VRF
authorFeng Lu <lu.feng@6wind.com>
Fri, 22 May 2015 09:40:00 +0000 (11:40 +0200)
committerVipin Kumar <vipin@cumulusnetworks.com>
Fri, 30 Oct 2015 01:08:53 +0000 (18:08 -0700)
commitcd2a8a42e10a81f84b8c4dd061f1125b06b06bc5
tree7c1990f9bfc610b63679d3192b0420c70dd5b6b8
parent8736158a2b4b43e841b9a7dcfcc11da0ed30bf23
lib, zebra, vtysh: configure an interface in non-default VRF

Introduce a new command "interface IFNAME vrf N" to configure an
interface in the non-default VRF.

Till now, only zebra uses this command. Other daemons will install
the command when they support multiple VRFs.

Signed-off-by: Feng Lu <lu.feng@6wind.com>
Reviewed-by: Alain Ritoux <alain.ritoux@6wind.com>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: Vincent JARDIN <vincent.jardin@6wind.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Conflicts:
zebra/interface.c
lib/if.c
lib/if.h
vtysh/extract.pl.in
vtysh/vtysh.c
zebra/interface.c