commit | 3a56f86f1be6a381345800d69999eaff87e0161d | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Mon Oct 26 17:01:45 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 30 12:10:51 2015 +0900 |
tree | f5e24e4bc9bf1870f52412ad4c5d83e390e975bd | |
parent | 8ed66f0e8235118a31720acdab3bbbe9debd0f6a [diff] |
geneve: handle ipv6 priority like ipv4 tos Other callers of udp_tunnel6_xmit_skb just pass 0 for the prio argument. Jesse Gross <jesse@nicira.com> suggested that prio is really the same as IPv4's tos and should be handled the same, so this is my interpretation of that suggestion. Signed-off-by: John W. Linville <linville@tuxdriver.com> Reported-by: Jesse Gross <jesse@nicira.com> Reviewed-by: Jesse Gross <jesse@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>