Skip to content

Parse DHCP_RELAY table #8877

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

Merged
merged 3 commits into from
Sep 30, 2021
Merged

Conversation

kellyyeh
Copy link
Contributor

NOTE: This is cherry-pick from master to 202012.
#8268
#8476

Why I did it

Add the following dhcp_relay table to minigraph

'DHCP_RELAY': {
        'Vlan1000': {
                'dhcpv6_servers': [
                        'fc02:2000::1',
                        'fc02:2000::2'
                ]
        },
        'Vlan2000': {
                'dhcpv6_servers': [
                        'fc02:2000::3',
                        'fc02:2000::4'
                ]
        }
}

How I did it

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106

Description for the changelog

A picture of a cute animal (not mandatory but encouraged)

@kellyyeh kellyyeh marked this pull request as ready for review September 30, 2021 20:28
@kellyyeh kellyyeh merged commit ea064e2 into sonic-net:202012 Sep 30, 2021
@kellyyeh kellyyeh deleted the kellyyeh-dhcprelay-table branch September 30, 2021 20:28
@kellyyeh kellyyeh requested a review from prsunny October 4, 2021 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant