mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
d886127370
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
19 lines
564 B
Plaintext
19 lines
564 B
Plaintext
|
|
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'
|