diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-01 18:51:39 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-01 19:03:36 +0200 |
commit | 2221432434ddd269048e71a34cda6ebafbddcc9c (patch) | |
tree | 772b5c0aaacde5ab3be853f9659be6516dde483c /main/nftables/nftables.confd | |
parent | 09d5ae0cd26007718bd77c5a5a866a094fae61a9 (diff) | |
download | aports-2221432434ddd269048e71a34cda6ebafbddcc9c.tar.bz2 aports-2221432434ddd269048e71a34cda6ebafbddcc9c.tar.xz |
main/nftables: add support for enabling forwarding to runscript
Diffstat (limited to 'main/nftables/nftables.confd')
-rw-r--r-- | main/nftables/nftables.confd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/nftables/nftables.confd b/main/nftables/nftables.confd index fd7caab9cc..41ca06cf05 100644 --- a/main/nftables/nftables.confd +++ b/main/nftables/nftables.confd @@ -10,6 +10,11 @@ # Save state on stopping nftables. #save_on_stop="yes" +# Enable IPv4/IPv6 forwarding with the rules? +# Note: If you want to enable forwarding only on selected interfaces, +# keep this disabled and enable forwarding using /etc/sysctl.conf. +#enable_forwarding="no" + # If you need to log nftables messages as soon as nftables starts, # AND your logger does NOT depend on the network, then you may wish # to uncomment the next line. |