summaryrefslogtreecommitdiffstats
path: root/net/tls
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-07-19 23:26:02 -0700
committerDavid S. Miller <davem@davemloft.net>2018-07-19 23:26:02 -0700
commit57dc2bfc334aef84364d4939205fb86c6473b13a (patch)
treea33cf0db772b46972aa2043650ea6e58e604159b /net/tls
parent3bc950c34b28b60f879ea0ef8d97e65a8c8f1d50 (diff)
parent0e2c17b64d5c7f57bcd7054ef87797376dcdee26 (diff)
downloadlinux-57dc2bfc334aef84364d4939205fb86c6473b13a.tar.bz2
Merge branch 'tc-tunnel-ttl-tos'
Or Gerlitz says ==================== set/match the tos/ttl fields of TC based IP tunnels This series comes to address the case to set (encap) and match (decap) also the tos and ttl fields of TC based IP tunnels. Example encap (1st one) and decap (2nd) that use the new fields tc filter add dev eth0_0 protocol ip parent ffff: prio 10 flower \ src_mac e4:11:22:33:44:50 dst_mac e4:11:22:33:44:70 \ action tunnel_key set src_ip 192.168.10.1 dst_ip 192.168.10.2 id 100 dst_port 4789 tos 0x30 \ action mirred egress redirect dev vxlan_sys_4789 tc filter add dev vxlan_sys_4789 protocol ip parent ffff: prio 10 flower \ enc_src_ip 192.168.10.2 enc_dst_ip 192.168.10.1 enc_key_id 100 enc_dst_port 4789 enc_tos 0x30 \ src_mac e4:11:22:33:44:70 dst_mac e4:11:22:33:44:50 \ action tunnel_key unset \ action mirred egress redirect dev eth0_0 ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tls')
0 files changed, 0 insertions, 0 deletions