diff options
| author | Albert van der Linde <alinde@google.com> | 2020-07-20 10:54:09 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-22 16:28:44 +0200 |
| commit | 8d15279dc3acca2418704e9d7405835ec9b1c960 (patch) | |
| tree | 3dd466c17269720c6f2ab475253c3e505b321223 /sys/linux/socket_netlink_route_arm.const | |
| parent | 35be432a74629d290073a5c1fb8a5818e0f2beee (diff) | |
sys/linux: add descriptions for RTM_(NEW|DEL|GET)MDB
https://elixir.bootlin.com/linux/latest/source/net/bridge/br_mdb.c#L837
Diffstat (limited to 'sys/linux/socket_netlink_route_arm.const')
| -rw-r--r-- | sys/linux/socket_netlink_route_arm.const | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_route_arm.const b/sys/linux/socket_netlink_route_arm.const index 03f72a18f..257d1926d 100644 --- a/sys/linux/socket_netlink_route_arm.const +++ b/sys/linux/socket_netlink_route_arm.const @@ -49,6 +49,8 @@ CGW_MOD_UID = 14 CGW_MOD_XOR = 3 CGW_SRC_IF = 9 CGW_TYPE_CAN_CAN = 1 +ETH_P_IP = 2048 +ETH_P_IPV6 = 34525 FIB_RULE_FIND_SADDR = 65536 FIB_RULE_IIF_DETACHED = 8 FIB_RULE_INVERT = 2 @@ -399,6 +401,11 @@ MACVLAN_MODE_PRIVATE = 1 MACVLAN_MODE_SOURCE = 16 MACVLAN_MODE_VEPA = 2 MAX_PHYS_ITEM_ID_LEN = 32 +MDBA_SET_ENTRY = 1 +MDB_FLAGS_FAST_LEAVE = 2 +MDB_FLAGS_OFFLOAD = 1 +MDB_PERMANENT = 1 +MDB_TEMPORARY = 0 NDA_CACHEINFO = 3 NDA_DST = 1 NDA_IFINDEX = 8 @@ -478,6 +485,7 @@ RTM_DELADDR = 21 RTM_DELADDRLABEL = 73 RTM_DELLINK = 17 RTM_DELLINKPROP = 109 +RTM_DELMDB = 85 RTM_DELNEIGH = 29 RTM_DELROUTE = 25 RTM_DELRULE = 33 @@ -492,6 +500,7 @@ RTM_GETADDR = 22 RTM_GETADDRLABEL = 74 RTM_GETANYCAST = 62 RTM_GETLINK = 18 +RTM_GETMDB = 86 RTM_GETMULTICAST = 58 RTM_GETNEIGH = 30 RTM_GETNEIGHTBL = 66 @@ -505,6 +514,7 @@ RTM_NEWADDR = 20 RTM_NEWADDRLABEL = 72 RTM_NEWLINK = 16 RTM_NEWLINKPROP = 108 +RTM_NEWMDB = 84 RTM_NEWNEIGH = 28 RTM_NEWNSID = 88 RTM_NEWROUTE = 24 |
