diff options
| author | 2008-06-03 16:36:27 -0700 | |
|---|---|---|
| committer | 2008-06-03 16:36:27 -0700 | |
| commit | 1f9d11c7c99da706e33646c3a9080dd5a8ef9a0b (patch) | |
| tree | afd44a0780cace76bab90a48a9ba89ee4dfb6684 /include/linux/rtnetlink.h | |
| parent | route: Mark unused route cache flags as such. (diff) | |
| download | wireguard-linux-1f9d11c7c99da706e33646c3a9080dd5a8ef9a0b.tar.xz wireguard-linux-1f9d11c7c99da706e33646c3a9080dd5a8ef9a0b.zip | |
route: Mark unused routing attributes as such
Also removes an unused policy entry for an attribute which is
only used in kernel->user direction.
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/rtnetlink.h')
| -rw-r--r-- | include/linux/rtnetlink.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index 44c81c744538..a2aec2c0cfb5 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -267,10 +267,10 @@ enum rtattr_type_t RTA_PREFSRC, RTA_METRICS, RTA_MULTIPATH, - RTA_PROTOINFO, + RTA_PROTOINFO, /* no longer used */ RTA_FLOW, RTA_CACHEINFO, - RTA_SESSION, + RTA_SESSION, /* no longer used */ RTA_MP_ALGO, /* no longer used */ RTA_TABLE, __RTA_MAX |
