]> 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)
commit12c330b746cb09dbc8446a2f05c4a0fea04598da
treeba0bf0f6d88c0464f0fdd9557388e07b919663b4
parent310ef8a9bcaa4ef661307b63ecab783971f7bb66
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