Skip to content
Success

Changes

Summary

  1. ggsn: Use osmo_netdev_addaddr() libosmocore API (details)
Commit 454110a007b1edec458ef3f2494468ddb96a6652 by Pau Espin Pedrol
ggsn: Use osmo_netdev_addaddr() libosmocore API

This allows dropping a lot of duplicated code.
While at it, drop references to non-linux systems, which are not
maintained anymore.
Param "dstaddr" was not used anywhere in the old APIs, so it can also be
dropped.
Param "tun->routes" was also used in BSD code, so it can also be
dropped.

Change-Id: I1fccfd658542481cd61536fbd3c7a3a32a1c253b
The file was modifiedggsn/ggsn.c
The file was modifiedsgsnemu/sgsnemu.c
The file was modifiedlib/tun.h
The file was modifiedlib/netdev.c
The file was modifiedlib/tun.c
The file was modifiedlib/netdev.h