mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
ea49690ff4
The 'fils_dhcp' option can be set to '*' in order to autodetect the DHCP server For proto=dhcp networks, the discovered dhcp server will be used For all other networks, udhcpc is called to discover the address Signed-off-by: Felix Fietkau <nbd@nbd.name>
3 lines
47 B
Bash
3 lines
47 B
Bash
#!/bin/sh
|
|
[ "$1" = bound ] && echo "$serverid"
|