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

2017-04-11 Thread Robert Shearman
On 11/04/17 04:43, David Ahern wrote: On 4/10/17 8:36 AM, Robert Shearman wrote: @@ -1184,6 +1192,20 @@ static int iproute_modify(int cmd, unsigned int flags, int argc, char **argv) if (rta->rta_len > RTA_LENGTH(0)) addraw_l(&req.n, 1024,

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

2017-04-10 Thread David Ahern
On 4/10/17 8:36 AM, Robert Shearman wrote: > @@ -1184,6 +1192,20 @@ static int iproute_modify(int cmd, unsigned int flags, > int argc, char **argv) > > if (rta->rta_len > RTA_LENGTH(0)) > addraw_l(&req.n, 1024, RTA_DATA(rta), > RTA_PAYLOAD(rta

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

2017-04-10 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