Skip to content
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

Parse DHCP table #8268

Merged
merged 8 commits into from
Aug 12, 2021
Merged

Parse DHCP table #8268

merged 8 commits into from
Aug 12, 2021

Conversation

kellyyeh
Copy link
Contributor

@kellyyeh kellyyeh commented Jul 27, 2021

Why I did it

How I did it

Added DHCP table:

'DHCP': {
        'Vlan1000': {
                'dhcpv6_servers': [
                        'fc02:2000::1',
                        'fc02:2000::2'
                ],
                'dhcpv6_option|rfc6939_support': 'true'
        },
        'Vlan2000': {
                'dhcpv6_servers': [
                        'fc02:2000::3',
                        'fc02:2000::4'
                ],
                'dhcpv6_option|rfc6939_support': 'false'
        }
}

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 requested a review from lguohan as a code owner July 27, 2021 20:03
@kellyyeh kellyyeh requested a review from tahmed-dev July 27, 2021 20:04
"'Vlan2000': {'dhcpv6_servers': ['fc02:2000::3', 'fc02:2000::4'], 'dhcpv6_option|link_layer_addr': 'false'}}"
)
)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: no new line here.

@qiluo-msft
Copy link
Collaborator

This PR could not be cleanly cherry-pick to 202012. Please submit another PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants