On Tue, Nov 17, 2015 at 01:44:46PM +0100, Andreas Schultz wrote:
----- Original Message -----
From: "Pablo Neira Ayuso" pablo@soleta.eu To: "Andreas Schultz" aschultz@tpip.net Cc: openbsc@lists.osmocom.org, "Harald Welte" laforge@gnumonks.org, "Pablo Neira Ayuso" pablo@gnumonks.org Sent: Tuesday, November 17, 2015 1:37:51 PM Subject: Re: [PATCH openggsn 1/4] ggsn: add support for GTP kernel data encapsulation
On Tue, Nov 17, 2015 at 12:22:42PM +0100, Andreas Schultz wrote:
From: Pablo Neira Ayuso pablo@gnumonks.org
This patch adds the -g, --gtpnl=device option that allows you to enable the GTP kernel tunneling mode in openggsn. You have to specify the real downlink device that will be used to tunnel traffic, eg.
-g=eth0
This is basically my original patch rebased upon master or are there any changes on it?
No changes, I wanted to keep you original for reference, then apply the two fixes on top of that and add the netns stuff after that.
You patch doesn't build anymore, due to the logging changes. If you want every changeset to build-able, you need to merge it with the log and automake patches.
Makes sense, thanks.
@Harald, any objection if I push this patchset?
Thanks.