netlink library for Linux kernel GTP code
Go to file
Pablo Neira Ayuso ee7bb1fb2e gtp: fix missing initialization of netns file descriptor
0 is a valid file descriptor and it is the default value after calloc(),
so set this -1 so we don't send it through netlink as used init_netns.

Fixes: 200b2f4 ("gtp-rtnl: and netns support")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2016-05-10 18:01:48 +02:00
include gtp-rtnl: Split TID handling for GTPv0 and GTPv1 2016-05-08 18:33:48 +02:00
m4 add libgtpnl 2014-02-20 19:41:29 +01:00
src gtp: fix missing initialization of netns file descriptor 2016-05-10 18:01:48 +02:00
tools gtp-rtnl: Split TID handling for GTPv0 and GTPv1 2016-05-08 18:33:48 +02:00
.gitignore add libgtpnl 2014-02-20 19:41:29 +01:00
AUTHORS Add copright headers and license files, list Pablo as author 2014-04-03 09:37:38 -04:00
COPYING.GPLv2 Add copright headers and license files, list Pablo as author 2014-04-03 09:37:38 -04:00
COPYING.GPLv3 Add copright headers and license files, list Pablo as author 2014-04-03 09:37:38 -04:00
Make_global.am add libgtpnl 2014-02-20 19:41:29 +01:00
Makefile.am add libgtpnl 2014-02-20 19:41:29 +01:00
configure.ac add libgtpnl 2014-02-20 19:41:29 +01:00
libgtpnl.pc.in add libgtpnl 2014-02-20 19:41:29 +01:00