* Revert "[config/acl] Get ACL config from DHCP and load it in swss container (#432)"
This reverts commit 4546372f48
.
10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
case $reason in
|
|
BOUND|RENEW|REBIND|REBOOT)
|
|
if [ -n "$new_minigraph_url" ]; then
|
|
echo $new_minigraph_url > /tmp/dhcp_graph_url
|
|
else
|
|
echo "N/A" > /tmp/dhcp_graph_url
|
|
fi
|
|
;;
|
|
esac
|