Browse Source

MT#55283 markup chain name

Change-Id: I78ad020a193056f2f7f067ed0cb72d6b5053157c
pull/2035/head
Richard Fuchs 1 week ago
parent
commit
ecd535f725
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/main.c

+ 1
- 1
daemon/main.c View File

@ -951,7 +951,7 @@ static void options(int *argc, char ***argv, charp_ht templates) {
#ifndef WITHOUT_NFTABLES
if (rtpe_config.nftables_chain == NULL)
rtpe_config.nftables_chain = g_strdup("rtpengine");
rtpe_config.nftables_chain = g_strdup_printf("rtpengine_%d", rtpe_config.kernel_table);
if (rtpe_config.nftables_base_chain == NULL)
rtpe_config.nftables_base_chain = g_strdup("INPUT");


Loading…
Cancel
Save