neels has submitted this change. (
https://gerrit.osmocom.org/c/osmo-upf/+/29384 )
Change subject: vty doc: indicate default nft table name
......................................................................
vty doc: indicate default nft table name
Change-Id: I79b4d287cae47c37b45a35904f298e57120a65f0
---
M src/osmo-upf/upf_vty.c
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, but someone else must approve
fixeria: Looks good to me, but someone else must approve
neels: Looks good to me, approved
diff --git a/src/osmo-upf/upf_vty.c b/src/osmo-upf/upf_vty.c
index 5227dba..cfc65ea 100644
--- a/src/osmo-upf/upf_vty.c
+++ b/src/osmo-upf/upf_vty.c
@@ -238,7 +238,8 @@
"table-name TABLE_NAME",
"Set the nft inet table name to create and place GTP tunnel forwarding chains
in"
" (as in 'nft add table inet foo'). If multiple instances of osmo-upf
are running on the same system, each"
- " osmo-upf must have its own table name. Otherwise the names of created
forwarding chains will collide.\n"
+ " osmo-upf must have its own table name. Otherwise the names of created
forwarding chains will collide."
+ " The default table name is \"osmo-upf\".\n"
"nft inet table name\n")
{
osmo_talloc_replace_string(g_upf, &g_upf->nft.table_name, argv[0]);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-upf/+/29384
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I79b4d287cae47c37b45a35904f298e57120a65f0
Gerrit-Change-Number: 29384
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: merged