[PATCH] Add VRF support
David Ahern
dsa at cumulusnetworks.com
Tue Oct 20 18:11:57 PDT 2015
On 10/20/15 5:55 PM, David Ahern wrote:
> Signed-off-by: David Ahern <dsa at cumulusnetworks.com>
> ---
> include/Makefile.am | 1 +
> include/linux-private/linux/if_link.h | 9 ++
> include/netlink/route/link/vrf.h | 32 +++++
> lib/Makefile.am | 1 +
> lib/route/link/vrf.c | 244 ++++++++++++++++++++++++++++++++++
> tests/Makefile.am | 1 +
> tests/test-create-vrf.c | 35 +++++
> 7 files changed, 323 insertions(+)
> create mode 100644 include/netlink/route/link/vrf.h
> create mode 100644 lib/route/link/vrf.c
> create mode 100644 tests/test-create-vrf.c
>
Please disregard. Found a few mistakes after sending. will send a v2.
More information about the libnl
mailing list