Re: [RFC v2 PATCH 4/5] seg6: Add sysctl limits for segment routing header

2019-06-08 Thread David Lebrun
On 07/06/2019 19:55, Tom Herbert wrote: + .procname = "max_srh_tlvs_length", Should this be "max_srh_opts_length" to be consistent with the rest of the naming ?

[RFC v2 PATCH 4/5] seg6: Add sysctl limits for segment routing header

2019-06-07 Thread Tom Herbert
These are analoguous to the sysctls that were defined for IPv6 Destination and Hop-by-Hop Options. Signed-off-by: Tom Herbert --- include/net/ipv6.h | 31 ++- include/net/netns/ipv6.h | 2 ++ net/ipv6/af_inet6.c| 2 ++ net/ipv6/sysctl_net_ipv6.c |