summaryrefslogtreecommitdiffstats
path: root/libxtables
diff options
context:
space:
mode:
Diffstat (limited to 'libxtables')
-rw-r--r--libxtables/xtables.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libxtables/xtables.c b/libxtables/xtables.c
index c4b86f51..fe24caa2 100644
--- a/libxtables/xtables.c
+++ b/libxtables/xtables.c
@@ -2045,6 +2045,11 @@ void xt_xlate_add_comment(struct xt_xlate *xl, const char *comment)
xl->comment[NFT_USERDATA_MAXLEN - 1] = '\0';
}
+const char *xt_xlate_get_comment(struct xt_xlate *xl)
+{
+ return xl->comment[0] ? xl->comment : NULL;
+}
+
const char *xt_xlate_get(struct xt_xlate *xl)
{
return xl->buf.data;