- Change 'config main' to 'config ndpid main' for proper section naming - Change 'config compat' to 'config ndpid compat' - Enable ndpid by default (enabled='1') - Init scripts expect named sections, not typed sections Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
256 B
Plaintext
15 lines
256 B
Plaintext
config ndpid 'main'
|
|
option enabled '1'
|
|
list interface 'br-lan'
|
|
|
|
config ndpid 'distributor'
|
|
option enabled '1'
|
|
option tcp_port '7000'
|
|
option tcp_address '127.0.0.1'
|
|
|
|
config ndpid 'compat'
|
|
option enabled '1'
|
|
|
|
config ndpid 'actions'
|
|
option enabled '0'
|