You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[dhcp_relay] Update CLI reference document and add a new API for ip address type (sonic-net#1717)
#### What I did
Update CLI reference document following PR : sonic-net#8211
Add a new API on utilities_common to get IP type.
#### How I did it
- Update doc/Command-Reference.md with new DHCP CLI.
- Add ipaddress_type API to utilities_common/cli.py
#### How to verify it
- Build an image with PR sonic-net#8211 and this PR.
- Run DHCP CLI commands
Copy file name to clipboardExpand all lines: doc/Command-Reference.md
+15-5
Original file line number
Diff line number
Diff line change
@@ -2231,27 +2231,32 @@ This sub-section of commands is used to add or remove the DHCP Relay Destination
2231
2231
2232
2232
**config vlan dhcp_relay add**
2233
2233
2234
-
This command is used to add a DHCP Relay Destination IP address to the a VLAN. Note that more that one DHCP Relay Destination IP address can be added on a VLAN interface.
2234
+
This command is used to add a DHCP Relay Destination IP address or multiple IP addresses to a VLAN. Note that more than one DHCP Relay Destination IP address can be added on a VLAN interface.
0 commit comments