Skip to content

Commit 3357566

Browse files
committed
Update lease pic
1 parent a1446a5 commit 3357566

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Loading

doc/dhcp_server/port_based_dhcp_server_high_level_design.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -390,20 +390,20 @@ This sequence figure describe the work flow for state_db changed by new mac lear
390390
### 3.6.3 Lease Update Flow
391391
Below sequence figure describes the work flow how dnsmasq updates lease table while new lease is created.
392392

393-
<div align="center"> <img src=images/lease_update_flow_new.png width=560 /> </div>
393+
<div align="center"> <img src=images/lease_update_flow_new.png width=400 /> </div>
394394

395395
Below sequence figure describes the work flow how dnsmasq updates lease table while exist lease is released.
396396

397-
<div align="center"> <img src=images/lease_update_flow_release.png width=640 /> </div>
397+
<div align="center"> <img src=images/lease_update_flow_release.png width=400 /> </div>
398398

399399
### 3.6.4 Count Table Update Flow
400400
This sequence figure describe the update work flow for updating packet counter table in STATE_DB.
401401

402402
Below sequence figure describes the work flow about server logging process while sending or receiving DHCP packets.
403-
<div align="center"> <img src=images/packet_log_flow.png width=630 /> </div>
403+
<div align="center"> <img src=images/packet_log_flow.png width=430 /> </div>
404404

405405
Below sequence figure describes the work flow how to update DHCP_SERVER_IPV4_COUNTER table after log file changed.
406-
<div align="center"> <img src=images/log_counter_flow.png width=680 /> </div>
406+
<div align="center"> <img src=images/log_counter_flow.png width=450 /> </div>
407407

408408

409409
## 3.7 CLI

0 commit comments

Comments
 (0)