]> git.baikalelectronics.ru Git - kernel.git/commit
gtp: rename SGSN netlink attribute
authorJonas Bonn <jonas@southpole.se>
Fri, 24 Mar 2017 22:23:20 +0000 (23:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Mar 2017 03:11:19 +0000 (20:11 -0700)
commitee63f5142910712ca3568a77f0739cd42d4d9b35
treeba0bf0f6d88c0464f0fdd9557388e07b919663b4
parent932ee203b751d60bc3304c5edb26bc8c8c1f58f4
gtp: rename SGSN netlink attribute

This is a mostly cosmetic rename of the SGSN netlink attribute to
the GTP link.  The justification for this is that we will be making
the module support decapsulation of "downstream" SGSN packets, in
which case the netlink parameter actually refers to the upstream GGSN
peer.  Renaming the parameter makes the relationship clearer.

The legacy name is maintained as a define in the header file in order
to not break existing code.

Signed-off-by: Jonas Bonn <jonas@southpole.se>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Harald Welte <laforge@gnumonks.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gtp.c
include/uapi/linux/gtp.h