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