Skip to content

Parse DHCP table#8268

Merged
kellyyeh merged 8 commits intosonic-net:masterfrom
kellyyeh:kellyyeh-parse
Aug 12, 2021
Merged

Parse DHCP table#8268
kellyyeh merged 8 commits intosonic-net:masterfrom
kellyyeh:kellyyeh-parse

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'}}"
)
)

No newline at end of file
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