ip6_tunnel: Allow policy-based routing through tunnels
This feature allows the administrator to set an fwmark for packets traversing a tunnel. This allows the use of independent routing tables for tunneled packets without the use of iptables. Signed-off-by: Craig Gallek <kraig@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
8e6c1812e6
commit
0a473b82cb
@@ -33,6 +33,8 @@ struct __ip6_tnl_parm {
|
||||
__be16 o_flags;
|
||||
__be32 i_key;
|
||||
__be32 o_key;
|
||||
|
||||
__u32 fwmark;
|
||||
};
|
||||
|
||||
/* IPv6 tunnel */
|
||||
|
Reference in New Issue
Block a user