• S
    macvtap: work-around for 2.6.32 and older kernels · 045a5722
    Stefan Berger 提交于
    This patch works around a recent extension of the netlink driver I had made use of when building the netlink messages. Unfortunately older kernels don't accept IFLA_IFNAME + name of interface as a replacement for the interface's index, so this patch now gets the interface index ifindex if it's not provided (ifindex <= 0).
    045a5722
macvtap.c 45.9 KB