mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
interfaces: protect against INFOREQ in PDINFO force case #6522
This commit is contained in:
parent
31961bf577
commit
485bd39f13
@ -2815,7 +2815,7 @@ INFOREQ|REBIND|RENEW|REQUEST)
|
||||
if [ \${REASON} = "REQUEST" ]; then
|
||||
/usr/bin/logger -t dhcp6c "dhcp6c_script: \$REASON on {$wanif} renewal (REASON)"
|
||||
FORCE=force
|
||||
elif [ "\${PDOLD}" != "\${PDNEW}" ]; then
|
||||
elif [ \${REASON} != "INFOREQ" -a "\${PDOLD}" != "\${PDNEW}" ]; then
|
||||
/usr/bin/logger -t dhcp6c "dhcp6c_script: \$REASON on {$wanif} renewal (PDINFO)"
|
||||
FORCE=force
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user