mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
missing: add missing bonding definitions
This commit is contained in:
parent
035d56dc32
commit
9198814968
@ -511,3 +511,11 @@ static inline int setns(int fd, int nstype) {
|
||||
#ifndef IFF_DORMANT
|
||||
#define IFF_DORMANT 0x20000
|
||||
#endif
|
||||
|
||||
#ifndef BOND_XMIT_POLICY_ENCAP23
|
||||
#define BOND_XMIT_POLICY_ENCAP23 3
|
||||
#endif
|
||||
|
||||
#ifndef BOND_XMIT_POLICY_ENCAP34
|
||||
#define BOND_XMIT_POLICY_ENCAP34 4
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user