]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/network
DHCP: Implement prefix delegation for the DHCP server
[people/stevee/network.git] / src / network
index 867e3a8b433aa957cc7d77b2a829969890366f48..6f962f7fe2606fb9145c33a892cd3e7339674d0c 100644 (file)
@@ -989,7 +989,7 @@ function cli_dhcpd_subnet_show() {
 
        # Read the options.
        local -A options
-       dhcpd_subnet_options_read ${proto} ${subnet_id}
+       dhcpd_subnet_options_read "${proto}" "${subnet_id}"
 
        # Print the options if any.
        if [ ${#options[*]} -gt 0 ]; then