Split "NAT" and "TABLE" for consistency

This commit is contained in:
Brian John 2022-01-01 16:58:55 -06:00
parent 8d061ecf65
commit 87776e8345
3 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@
# table names for netfilter nft. Default is "filter" for both
#upnp_table_name=
#upnp_nattable_name=
#upnp_nat_table_name=
# chain names for netfilter and netfilter nft
# netfilter : default are MINIUPNPD, MINIUPNPD, MINIUPNPD-POSTROUTING
# netfilter nft : default are miniupnpd, prerouting_miniupnpd, postrouting_miniupnpd

View File

@ -68,7 +68,7 @@ The following is used in miniupnpd for a table setup but it can be customized:
and the following config settings can be used to change the tables and chains :
upnp_table_name=filter
upnp_nattable_name=filter
upnp_nat_table_name=filter
upnp_forward_chain=miniupnpd
upnp_nat_chain=prerouting_miniupnpd
upnp_nat_postrouting_chain=postrouting_miniupnpd

View File

@ -69,7 +69,7 @@ static const struct {
{ UPNPCLEANINTERVAL, "clean_ruleset_interval"},
#ifdef USE_NETFILTER
{ UPNPTABLENAME, "upnp_table_name"},
{ UPNPNATTABLENAME, "upnp_nattable_name"},
{ UPNPNATTABLENAME, "upnp_nat_table_name"},
{ UPNPFORWARDCHAIN, "upnp_forward_chain"},
{ UPNPNATCHAIN, "upnp_nat_chain"},
{ UPNPNATPOSTCHAIN, "upnp_nat_postrouting_chain"},