mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-26 14:03:49 +03:00
define NTF_{SELF,MASTER} if undefined
Older kernel headers lack this definition (e.g. Debian Wheezy's 3.2)
This commit is contained in:
parent
f36d9285cd
commit
73a43665c1
@ -919,6 +919,15 @@ virNetDevBridgeSetVlanFiltering(const char *brname ATTRIBUTE_UNUSED,
|
||||
|
||||
|
||||
#if defined(__linux__) && defined(HAVE_LIBNL)
|
||||
|
||||
# ifndef NTF_SELF
|
||||
# define NTF_SELF 0x02
|
||||
# endif
|
||||
|
||||
# ifndef NTF_MASTER
|
||||
# define NTF_MASTER 0x04
|
||||
# endif
|
||||
|
||||
/* virNetDevBridgeFDBAddDel:
|
||||
* @mac: the MAC address being added to the table
|
||||
* @ifname: name of the port (interface) of the bridge that wants this MAC
|
||||
|
Loading…
x
Reference in New Issue
Block a user