]> granicus.if.org Git - libnl/commit
Add macvlan support
authorMichael Braun <michael-dev@fami-braun.de>
Thu, 16 May 2013 14:54:13 +0000 (16:54 +0200)
committerMichael Braun <michael-dev@fami-braun.de>
Thu, 16 May 2013 15:04:08 +0000 (17:04 +0200)
commitc76393e2037d78eb60c32f95b26f5b1e5b9422a6
tree05e4c9aa66477a014112572793b214c1d5fba992
parent807fddc4cd9ecb12ba64e1b7fa26d86b6c2f19b0
Add macvlan support

This patch add support for kernel macvlan interfaces.

Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
doc/route.txt
include/Makefile.am
include/netlink/route/link/macvlan.h [new file with mode: 0644]
lib/Makefile.am
lib/route/link/macvlan.c [new file with mode: 0644]
python/netlink/route/capi.i
tests/test-create-macvlan.c [new file with mode: 0644]