]> git.puffer.fish Git - mirror/frr.git/commit
lib: add vrf_ioctl API
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 5 Feb 2018 16:00:45 +0000 (17:00 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 27 Feb 2018 10:11:24 +0000 (11:11 +0100)
commit516d7591d68cf4537bb7f0603ff703e808381d03
treeacbb6d3a9a31b2063e7eec12bbb1b06a5718c9c3
parent9dab51ac71bddf2b4e2a5e1c3a185cb50c935301
lib: add vrf_ioctl API

That API can be used to wrap the ioctl call with various vrf instances.
This permits transparently doing the ioctl() call without taking into
consideration the vrf backend kind.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/vrf.c
lib/vrf.h
zebra/if_netlink.c