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)
commitae6336b57ede8cdf801b04e6d943617bb945e3f9
treeba0bf0f6d88c0464f0fdd9557388e07b919663b4
parent8c7314c65a1e413de3fb409f28e3ba55429d6996
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