Change in osmo-pcu[master]: vty: Write 'neighbor resolution' config to file

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/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Thu Feb 18 00:53:15 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/22953 )

Change subject: vty: Write 'neighbor resolution' config to file
......................................................................

vty: Write 'neighbor resolution' config to file

Fixes: c0a250d17d79e08763f77cdf58e970dc2e65e7d3
Related: SYS#4909
Change-Id: I44eef3826939e05ba88e0c5a67e1fef535582ba7
---
M src/pcu_vty.c
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 6db8b05..92ff8eb 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -250,6 +250,11 @@
 	else
 		vty_out(vty, " gb-dialect classic%s", VTY_NEWLINE);
 
+	if (the_pcu->vty.neigh_ctrl_addr) {
+		vty_out(vty, " neighbor resolution %s %u%s",
+			the_pcu->vty.neigh_ctrl_addr, the_pcu->vty.neigh_ctrl_port, VTY_NEWLINE);
+	}
+
 	osmo_tdef_vty_write(vty, the_pcu->T_defs, " timer ");
 
 	return CMD_SUCCESS;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/22953
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I44eef3826939e05ba88e0c5a67e1fef535582ba7
Gerrit-Change-Number: 22953
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210218/6e79c365/attachment.htm>


More information about the gerrit-log mailing list