summaryrefslogtreecommitdiff
path: root/ip/Makefile
diff options
context:
space:
mode:
authorWojciech Drewek <wojciech.drewek@intel.com>2022-03-17 17:27:54 +0100
committerDavid Ahern <dsahern@kernel.org>2022-03-20 17:40:22 -0600
commitb25599c57ef283b4d94ea4881d423d761a9ca3dc (patch)
tree4a85d7490847b90f62456be8f611c46abfdad5f0 /ip/Makefile
parente48808692b6db3f1d7d31139eb22030228ba6fb7 (diff)
ip: GTP support in ip link
Support for creating GTP devices through ip link. Two arguments can be specified by the user when adding device of the GTP type. - role (sgsn or ggsn) - indicates whether we are on the GGSN or SGSN - hsize - indicates the size of the hash table where PDP sessions are stored IFLA_GTP_FD0 and IFLA_GTP_FD1 arguments would not be provided. Those are file descriptores to the sockets created in the userspace. Since we are not going to create sockets in ip link, we don't have to provide them. Signed-off-by: Wojciech Drewek <wojciech.drewek@intel.com> Reviewed-by: Harald Welte <laforge@gnumonks.org> Signed-off-by: David Ahern <dsahern@kernel.org>
Diffstat (limited to 'ip/Makefile')
-rw-r--r--ip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip/Makefile b/ip/Makefile
index 11a361ce..0f14c609 100644
--- a/ip/Makefile
+++ b/ip/Makefile
@@ -12,7 +12,7 @@ IPOBJ=ip.o ipaddress.o ipaddrlabel.o iproute.o iprule.o ipnetns.o \
iplink_geneve.o iplink_vrf.o iproute_lwtunnel.o ipmacsec.o ipila.o \
ipvrf.o iplink_xstats.o ipseg6.o iplink_netdevsim.o iplink_rmnet.o \
ipnexthop.o ipmptcp.o iplink_bareudp.o iplink_wwan.o ipioam6.o \
- iplink_amt.o iplink_batadv.o
+ iplink_amt.o iplink_batadv.o iplink_gtp.o
RTMONOBJ=rtmon.o