aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-24 17:33:06 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-25 16:06:55 +0100
commit9d0321d041860894578941dfb203328c61b5c645 (patch)
tree6deb68835981b6477666bdc33b47aabbb4a202d6 /TODO-RELEASE
parent600d4eeab71665c0aec0a11a226d231f109534ca (diff)
Introduce netdev API
This module provides several operations on network devices (interfaces), like monitoring changes, setting addresses, routes, link state, etc. It also supports managing network interfaces on several different netns concurrently. These functionalitites will be used by the tun module included in a follow-up patch. Change-Id: I7a00c0445a89e088676a4897061b65196d9197f1
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index f9b31a0f..80e6bc16 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -10,3 +10,4 @@
libosmocore new API osmo_sockaddr_is_any(), osmo_sockaddr_netmask_to_prefixlen()
libosmocore ABI breakage OSMO_NUM_DLIB change affecting internal_cat[]
libosmocore new API osmo_netns_*()
+libosmocore new API osmo_netdev_*()