Re: [PATCH v2 iproute2 net-next 1/2] iproute: Add support for ttl-propagation attribute

2017-04-11 Thread David Ahern
On 4/11/17 2:37 AM, Robert Shearman wrote: > Add support for setting and displaying the ttl-propagation attribute > initially used by MPLS to control propagation of MPLS TTL to IPv4/IPv6 > TTL/hop-limit on popping final label on a per-route basis. > > Signed-off-by: Robert Shearman > --- > ip/ip

[PATCH v2 iproute2 net-next 1/2] iproute: Add support for ttl-propagation attribute

2017-04-11 Thread Robert Shearman
Add support for setting and displaying the ttl-propagation attribute initially used by MPLS to control propagation of MPLS TTL to IPv4/IPv6 TTL/hop-limit on popping final label on a per-route basis. Signed-off-by: Robert Shearman --- ip/iproute.c | 22 ++ man/man8/i