This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.
Neels Hofmeyr nhofmeyr at sysmocom.deOn Mon, Nov 16, 2015 at 04:06:47PM +0100, Andreas Schultz wrote:
> Signed-off-by: Andreas Schultz <aschultz at tpip.net>
> ---
> gtp.c | 32 +++++++++++++++++++++++---------
> 1 file changed, 23 insertions(+), 9 deletions(-)
>
> diff --git a/gtp.c b/gtp.c
> index 11f8fad..4f5729e 100644
> --- a/gtp.c
> +++ b/gtp.c
> @@ -756,8 +756,12 @@ static int gtp_newlink(struct net *src_net, struct net_device *dev,
>
> if (!tb[IFLA_MTU])
> dev->mtu = real_dev->mtu;
> - else if (dev->mtu > real_dev->mtu)
> - return -EINVAL;
> + else if (dev->mtu > real_dev->mtu) {
> + netdev_dbg(dev, "GTP mtu greater that transport MTU (%d > %d)\n",
"than" with n
~Neels
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.osmocom.org/pipermail/openbsc/attachments/20151118/1765e1da/attachment.bin>