1
0
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:
Lennart Poettering 2014-08-01 18:55:56 +02:00
parent 035d56dc32
commit 9198814968

View File

@ -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