Skip to content
Success

Changes

Summary

  1. core/netdev: Add API osmo_netdev_set_mtu() (details)
  2. core/tun.c: Fix wrong documentation ret type in tundev_open_fd() (details)
Commit 970bd9938cb20345b5f626ef8d3f24f4760b7cfe by Pau Espin Pedrol
core/netdev: Add API osmo_netdev_set_mtu()

This API will be used by osmo-ggsn to set the MTU of the tun device
created to handle an APN.

Related: OS#6298
Related: SYS#7122
Change-Id: I705d71813090f8af5a578d2a1f5920fece03bc5f
The file was modifiedsrc/core/netdev.c
The file was modifiedinclude/osmocom/core/netdev.h
The file was modifiedsrc/core/libosmocore.map
The file was modifiedTODO-RELEASE
Commit 6791b7edbfb69ea875cc2c7550fc67b95ffb5ee7 by Pau Espin Pedrol
core/tun.c: Fix wrong documentation ret type in tundev_open_fd()

Change-Id: I208821cf216c2a700caf6517a885cf44fc6958e1
The file was modifiedsrc/core/tun.c