Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Next revisionBoth sides next revision | ||
| docs:guide-user:network:protocol.dhcp [2023/10/04 01:10] – [Resolving WAN/LAN subnet conflicts] vgaetera | docs:guide-user:network:protocol.dhcp [2023/10/04 01:41] – [Providing ISP DNS with DHCP] update vgaetera | ||
|---|---|---|---|
| Line 125: | Line 125: | ||
| do DHCP_OPT=" | do DHCP_OPT=" | ||
| for DHCP_OPT in ${DHCP_OPT} | for DHCP_OPT in ${DHCP_OPT} | ||
| - | do if [ "${DHCP_OPT%%, | + | do case ${DHCP_OPT%%, |
| - | then uci del_list dhcp.${DHCP_POOL}.dhcp_option=" | + | (6|option: |
| - | fi | + | uci del_list dhcp.${DHCP_POOL}.dhcp_option=" |
| + | esac | ||
| done | done | ||
| uci add_list dhcp.${DHCP_POOL}.dhcp_option=" | uci add_list dhcp.${DHCP_POOL}.dhcp_option=" | ||