We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46bce8 commit 38d3bcdCopy full SHA for 38d3bcd
src/basic/missing_network.h
@@ -34,3 +34,13 @@
34
#ifndef ETHERTYPE_LLDP
35
#define ETHERTYPE_LLDP 0x88cc
36
#endif
37
+
38
+/* Not exposed but defined in linux/netdevice.h */
39
+#ifndef MAX_PHYS_ITEM_ID_LEN
40
+#define MAX_PHYS_ITEM_ID_LEN 32
41
+#endif
42
43
+/* Not exposed but defined in include/net/bonding.h */
44
+#ifndef BOND_MAX_ARP_TARGETS
45
+#define BOND_MAX_ARP_TARGETS 16
46
0 commit comments