neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-upf/+/30494
)
Change subject: nft: log nft rulesets on debug log
......................................................................
nft: log nft rulesets on debug log
Change-Id: I4436d107dc37abf3669970e8e5346d714dd17192
---
M src/osmo-upf/upf_nft.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/94/30494/1
diff --git a/src/osmo-upf/upf_nft.c b/src/osmo-upf/upf_nft.c
index a8ca90d..0b270ff 100644
--- a/src/osmo-upf/upf_nft.c
+++ b/src/osmo-upf/upf_nft.c
@@ -56,6 +56,8 @@
rc, osmo_quote_str_c(OTC_SELECT, ruleset, -1));
return -EIO;
}
+
+ LOGP(DNFT, LOGL_DEBUG, "set up nft ruleset: %s\n",
osmo_quote_str_c(OTC_SELECT, ruleset, -1));
return 0;
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-upf/+/30494
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I4436d107dc37abf3669970e8e5346d714dd17192
Gerrit-Change-Number: 30494
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange