Skip to content

Commit 31297dc

Browse files
authored
[dhcp-relay] Add support for dhcp_relay config cli (#13373) (#13584)
1 parent 900b809 commit 31297dc

File tree

4 files changed

+586
-154
lines changed

4 files changed

+586
-154
lines changed

dockers/docker-dhcp-relay/cli-plugin-tests/conftest.py

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ def mock_cfgdb():
1010
'Vlan1000': {
1111
'dhcp_servers': ['192.0.0.1']
1212
}
13+
},
14+
'DHCP_RELAY': {
15+
'Vlan1000': {
16+
'dhcpv6_servers': ['fc02:2000::1']
17+
}
1318
}
1419
}
1520

0 commit comments

Comments
 (0)