Commit e329a2e
committed
Move DHCP status update to SendPollReply
Update art_poll_reply_.status2 DHCP bit at reply time by moving the network::iface::Dhcp() check from ArtNetNode::Start() into ArtNetNode::SendPollReply(). This ensures the DHCP/manual IP flag reflects the current runtime network state when sending poll replies. Removed the startup-time update and added the check just before processing the poll reply.1 parent 9fd48a7 commit e329a2e
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
177 | 175 | | |
178 | 176 | | |
179 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
253 | 256 | | |
254 | 257 | | |
255 | 258 | | |
| |||
0 commit comments