ip6tables.confd 899 B

12345678910111213141516171819202122232425262728
  1. # /etc/conf.d/ip6tables
  2. # Set wait option for xtables lock in seconds
  3. # DEFAULT: 60
  4. #IPTABLES_LOCK_WAIT_TIME="60"
  5. # Set wait interval option for xtables lock in microseconds
  6. # DEFAULT: 1000
  7. #IPTABLES_LOCK_WAIT_INTERVAL="1000"
  8. # Location in which ip6tables initscript will save set rules on
  9. # service shutdown
  10. IP6TABLES_SAVE="/var/lib/ip6tables/rules-save"
  11. # Options to pass to ip6tables-save and ip6tables-restore
  12. SAVE_RESTORE_OPTIONS="-c"
  13. # Save state on stopping ip6tables
  14. SAVE_ON_STOP="yes"
  15. # If you need to log ip6tables messages as soon as ip6tables starts,
  16. # AND your logger does NOT depend on the network, then you may wish
  17. # to uncomment the next line.
  18. # If your logger depends on the network, and you uncomment this line
  19. # you will create an unresolvable circular dependency during startup.
  20. # After commenting or uncommenting this line, you must run 'rc-update -u'.
  21. #rc_use="logger"