You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
564 B

  1. config netifyd
  2. option enabled 1
  3. # Enable auto-configuration for interfaces (internal/external)
  4. option autoconfig 1
  5. # Supplementary options, ex: disable connection tracking thread (-t)
  6. #list options '-t'
  7. #list options '--thread-detection-cores=2'
  8. # Manual configuration of internal interfaces and options
  9. #list internal_if 'br-lan -F "not (udp and dst 239.255.255.250 and dst port 1900)"'
  10. #list internal_if 'eth0 -A 192.168.1.1/24'
  11. # Manual configuration of external interfaces and options
  12. #list external_if 'eth1'
  13. #list external_if 'ppp0 -N eth2'