This patch series implements new bits of mpls functionality: keeping statistics on packets as they pass through the box and allowing ttl propagation to be configured.
Robert Shearman (2): mpls: packet stats mpls: allow TTL propagation to/from IP packets to be configured Documentation/networking/mpls-sysctl.txt | 19 +++ include/net/netns/mpls.h | 4 + net/mpls/Makefile | 1 + net/mpls/af_mpls.c | 205 ++++++++++++++++++++++++------- net/mpls/internal.h | 93 +++++++++++++- net/mpls/mpls_iptunnel.c | 21 +++- net/mpls/proc.c | 128 +++++++++++++++++++ 7 files changed, 417 insertions(+), 54 deletions(-) create mode 100644 net/mpls/proc.c -- 2.1.4