-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DHCPv6] [202012] Update the dhcpv6_relay config/show cli #2271
Conversation
Signed-off-by: vkarri <vkarri@contoso.com>
@yxieca could you please help to review or assign someone? |
@kellyyeh Can you please review and sign off? |
Update sonic-utilities submodule pointer to include the following: * Fix test for pfcwd_sw_enable in db_migrator_test ([sonic-net#2252](sonic-net/sonic-utilities#2252)) * [DHCPv6] [202012] Update the dhcpv6_relay config/show cli ([sonic-net#2271](sonic-net/sonic-utilities#2271)) * [vnet_route_check] Align DB data parse logic with format used by swsscommon API ([sonic-net#2268](sonic-net/sonic-utilities#2268)) * [202012] [generate_dump] allow to extend dump with plugin scripts ([sonic-net#2269](sonic-net/sonic-utilities#2269)) Signed-off-by: dprital <drorp@nvidia.com>
Update sonic-utilities submodule pointer to include the following: * Fix test for pfcwd_sw_enable in db_migrator_test ([#2252](sonic-net/sonic-utilities#2252)) * [DHCPv6] [202012] Update the dhcpv6_relay config/show cli ([#2271](sonic-net/sonic-utilities#2271)) * [vnet_route_check] Align DB data parse logic with format used by swsscommon API ([#2268](sonic-net/sonic-utilities#2268)) * [202012] [generate_dump] allow to extend dump with plugin scripts ([#2269](sonic-net/sonic-utilities#2269)) Signed-off-by: dprital <drorp@nvidia.com>
)" This reverts commit 17284d0.
ipv6 addresses added to vlan_table does not get read by dhcp6relay |
Yes, we need the separate dhcp_relay table for dhcp6relay program. But at the same time, we need the data to be in VLAN table for the supervisord to recognize and launch the programs crct? https://github.com/sonic-net/sonic-buildimage/blob/202012/dockers/docker-dhcp-relay/docker-dhcp-relay.supervisord.conf.j2#L51. Only in master, we've completely moved away from VLAN table. The other labels need the data in DHCP_RELAY and VLAN tables for the dhcpv6 to work. |
…nic-net#2271)" This reverts commit 17284d0.
… cli (sonic-net#2271)" (sonic-net#2336)" This reverts commit c9aa65c.
Signed-off-by: vkarri vkarri@nvidia.com
What I did
Fixes sonic-net/sonic-buildimage#11455
How I did it
How to verify it
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)