]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: mpls: Increase max number of labels for lwt encap
authorDavid Ahern <dsa@cumulusnetworks.com>
Fri, 31 Mar 2017 14:14:04 +0000 (07:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Apr 2017 03:21:44 +0000 (20:21 -0700)
commit1511009cd68015c2e04135bfefa4bf5020baa8d9
treeca1ca7c8f76a3bc752ccf31e3b216fa9119f71d7
parenta4ac8c986d3f72ccbaf6d6782511fb645e568306
net: mpls: Increase max number of labels for lwt encap

Alow users to push down more labels per MPLS encap. Similar to LSR case,
move label array to the end of mpls_iptunnel_encap and allocate based on
the number of labels for the route.

For consistency with the LSR case, re-use the same maximum number of
labels.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/mpls_iptunnel.h
net/mpls/af_mpls.c
net/mpls/internal.h
net/mpls/mpls_iptunnel.c