diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2018-09-20 15:58:48 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-20 16:07:15 +0200 |
| commit | 9ba5d84192c3e03835e344d5a50f9d8b18053c64 (patch) | |
| tree | 1239f9ebb58156d7daec21b7ab7b8de47e25e982 /sys/linux/socket_netlink_route_arm.const | |
| parent | 565a5452a1e2b1ed1d3f04091be34f5bf96c2e8b (diff) | |
sys/linux: fix RTA_EXPIRES in rtm_ipv6_policy
Diffstat (limited to 'sys/linux/socket_netlink_route_arm.const')
| -rw-r--r-- | sys/linux/socket_netlink_route_arm.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_route_arm.const b/sys/linux/socket_netlink_route_arm.const index 0d81be269..03a4ec4da 100644 --- a/sys/linux/socket_netlink_route_arm.const +++ b/sys/linux/socket_netlink_route_arm.const @@ -303,6 +303,7 @@ NUD_STALE = 4 RTA_DST = 1 RTA_ENCAP = 22 RTA_ENCAP_TYPE = 21 +RTA_EXPIRES = 23 RTA_FLOW = 11 RTA_GATEWAY = 5 RTA_MARK = 16 |
