-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[201911] Add dhcp6relay as dhcprelay submodule #12052
Conversation
d9205f3
to
3f2daa4
Compare
{% if VLAN and vlan_name in VLAN and 'dhcp_servers' in VLAN[vlan_name] and VLAN[vlan_name]['dhcp_servers']|length > 0 %} | ||
{% set _dummy = monitor_instance.update({'flag': True}) %} | ||
{%- endif %} | ||
{% if DHCP_RELAY and vlan_name in DHCP_RELAY and DHCP_RELAY[vlan_name]['dhcpv6_servers']|length > 0 %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this part may be removed also if only v4 messages are monitored(line9-11, line23, line33)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
f6af0cc
to
9044bda
Compare
9044bda
to
a6c00c9
Compare
@kellyyeh please fill in the PR template. especially the how to verify part. Thanks. |
/azp run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
4041d39
to
fab2cb0
Compare
fab2cb0
to
695d19c
Compare
Why I did it
Add dhcp6relay in 201911 branch, and make it a submodule
How I did it
Cherry-picked below PR's and made compatible for stretch/201911
Add DHCPv6 minigraph parsing support #8870
Parse DHCP Table #8988
Replace isc-dhcp with DHCPv6 Relay in dhcp_relay docker #8884
Change dhcp6relay to be a submodule, and rename it to dhcprelay #10711
How to verify it
Ran full dhcpv6 test suite with sonic-mgmt master branch and passed
Which release branch to backport (provide reason below if selected)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)