pespin has abandoned this change. ( https://gerrit.osmocom.org/c/osmo-uecups/+/42458?usp=email )
Change subject: cups_client: Add commands to perform IPv6 SLAAC and obtain GTP tunnel IPv6 global info
......................................................................
Abandoned
--
To view, visit https://gerrit.osmocom.org/c/osmo-uecups/+/42458?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: abandon
Gerrit-Project: osmo-uecups
Gerrit-Branch: master
Gerrit-Change-Id: I1570ccf5f98ac98c1af467c48f42b6b54ac3911d
Gerrit-Change-Number: 42458
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-CC: Jenkins Builder
pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/42453?usp=email )
Change subject: tun: Fix typo in log line and comment
......................................................................
tun: Fix typo in log line and comment
Change-Id: I2f7ec968035193e00652dc27217f46e0719e56e8
---
M src/core/tun.c
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
osmith: Looks good to me, approved
diff --git a/src/core/tun.c b/src/core/tun.c
index 537caf9..4e2a902 100644
--- a/src/core/tun.c
+++ b/src/core/tun.c
@@ -305,11 +305,11 @@
* iface with a given name above and attempting to retrieve its ifindex based
* on that name. Someone (ie udev) could have the iface renamed in
* between here. It's a pity that TUNSETIFF doesn't copy back to us the
- * newly allocated ifinidex as it does with ifname)
+ * newly allocated ifindex as it does with ifname)
*/
tundev->ifindex = if_nametoindex(tundev->dev_name);
if (tundev->ifindex == 0) {
- LOGTUN(tundev, LOGL_ERROR, "Unable to find ifinidex for dev %s\n",
+ LOGTUN(tundev, LOGL_ERROR, "Unable to find ifindex for dev %s\n",
tundev->dev_name);
rc = -ENODEV;
goto close_ret;
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/42453?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I2f7ec968035193e00652dc27217f46e0719e56e8
Gerrit-Change-Number: 42453
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Attention is currently required from: pespin.
osmith has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmocore/+/42453?usp=email )
Change subject: tun: Fix typo in log line and comment
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/42453?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I2f7ec968035193e00652dc27217f46e0719e56e8
Gerrit-Change-Number: 42453
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 20 Mar 2026 13:37:46 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes