diff options
author | Thomas Graf <tgraf@suug.ch> | 2006-08-04 06:39:02 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 17:53:41 -0400 |
commit | 101367c2f8c464ea96643192673aa18d88e6336d (patch) | |
tree | bf129373fb6f9e168671f42bf597e5564cdfbd42 /include/linux | |
parent | 14c0b97ddfc2944982d078b8e33b088840068976 (diff) |
[IPV6]: Policy Routing Rules
Adds support for policy routing rules including a new
local table for routes with a local destination.
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/rtnetlink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index facd9ee37b76..bf353538ae93 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h | |||
@@ -889,6 +889,8 @@ enum rtnetlink_groups { | |||
889 | RTNLGRP_NOP4, | 889 | RTNLGRP_NOP4, |
890 | RTNLGRP_IPV6_PREFIX, | 890 | RTNLGRP_IPV6_PREFIX, |
891 | #define RTNLGRP_IPV6_PREFIX RTNLGRP_IPV6_PREFIX | 891 | #define RTNLGRP_IPV6_PREFIX RTNLGRP_IPV6_PREFIX |
892 | RTNLGRP_IPV6_RULE, | ||
893 | #define RTNLGRP_IPV6_RULE RTNLGRP_IPV6_RULE | ||
892 | __RTNLGRP_MAX | 894 | __RTNLGRP_MAX |
893 | }; | 895 | }; |
894 | #define RTNLGRP_MAX (__RTNLGRP_MAX - 1) | 896 | #define RTNLGRP_MAX (__RTNLGRP_MAX - 1) |