mirror of
https://github.com/opnsense/core.git
synced 2026-06-09 00:42:36 -04:00
interfaces: let's get dangerous (again)
This commit is contained in:
parent
bc5405bd54
commit
f274499c8b
1 changed files with 0 additions and 4 deletions
|
|
@ -3065,10 +3065,6 @@ if [ -z "\${1}" ]; then
|
|||
echo "Nothing to do."
|
||||
exit 0
|
||||
fi
|
||||
if [ ! -f "/var/etc/dhcp6c_\${1}.conf" ]; then
|
||||
echo "No DHCPv6 configuration found for \${1}"
|
||||
exit 0
|
||||
fi
|
||||
if [ -n "\${2}" ]; then
|
||||
echo \${2} > /tmp/\${1}_routerv6
|
||||
echo \${2} > /tmp/\${1}_defaultgwv6
|
||||
|
|
|
|||
Loading…
Reference in a new issue