Commit 46928f6
committed
Add a "no" config knob for dhcp6-ll-wait
In scenarios where we need to start dhcp6 on several interfaces at once,
the mandatory 1 second sleep can add an unacceptable amount of wait
time. If an operator guarantees that a link local address for a given
interface will exist before we try to start dhcp6, then the wait is not
necessary. Add handling for passing "no" as a value to dhcp6-ll-wait
(similar to what is done for the "dhcp-wait" knob), and skip the
link-local addr check when this knob is configured.1 parent 164248f commit 46928f6
1 file changed
Lines changed: 17 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
168 | 174 | | |
169 | 175 | | |
170 | 176 | | |
| |||
218 | 224 | | |
219 | 225 | | |
220 | 226 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | 227 | | |
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
229 | 231 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
234 | 235 | | |
235 | | - | |
236 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
237 | 240 | | |
238 | 241 | | |
239 | 242 | | |
| |||
0 commit comments