Skip to content

Commit

Permalink
Add option type
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqiangz committed Apr 10, 2023
1 parent 149601e commit be0b079
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions doc/dhcp_server/port_based_dhcp_server_high_level_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,6 @@ module sonic-dhcp-server-ipv4 {
"Vlan1000|12": {
"value": "host_1",
"type": "text"
},
"Vlan1000|42": {
"value": "host_2",
"type": "text"
}
}
}
Expand Down Expand Up @@ -377,7 +373,7 @@ We can set tag for each DHCP interface, all DHCP clients connected to this inter
| 53 | Message Type |
| 54 | DHCP Server ID |

Currently only support text.
Currently only support text, ipv4-address, uint.

## 3.6 Flow Diagrams
### 3.6.1 Config Change Flow
Expand Down

0 comments on commit be0b079

Please sign in to comment.