Merge "Break retry loop on success in dhcp-all-interfaces"
This commit is contained in:
commit
0b1eba25d5
@ -162,6 +162,7 @@ function inspect_interface() {
|
||||
ipv6_init=True
|
||||
ipv6_AdvManagedFlag=$(echo "$RA" | grep "Stateful address conf." | awk -F: '{ print $2 }')
|
||||
ipv6_AdvOtherConfigFlag=$(echo "$RA" | grep "Stateful other conf." | awk -F: '{ print $2 }')
|
||||
break
|
||||
elif [ $return_code -eq 1 ]; then
|
||||
sleep 1
|
||||
elif [ $return_code -eq 2 ]; then
|
||||
|
5
releasenotes/notes/fix_rdisc6_loop-32a308a97de99f0f.yaml
Normal file
5
releasenotes/notes/fix_rdisc6_loop-32a308a97de99f0f.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
The ``dhcp-all-interfaces`` element could not configure network interfaces
|
||||
properly when ``rdisc6`` is present on the system
|
Loading…
Reference in New Issue
Block a user