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

[dhcp_relay] DHCP relay support for IPv6 #8871

Merged
merged 2 commits into from
Sep 30, 2021

Commits on Sep 29, 2021

  1. [dhcp_relay] DHCP relay support for IPv6 (sonic-net#7772)

    Why I did it
    Currently SONiC use the 'isc-dhcp-relay' package to allow DHCP relay functionality on IPv4 networks only.
    This will allow the IPv6 functionality along the IPv4 type.
    
    How I did it
    Edit supervisord template to start DHCPv6 instances when configured to do so on Config DB.
    Align cfg unit test to the new change.
    Add DHCPv6 relay minigraph parsing support and a suitable t0 topology xml file for UT.
    
    How to verify it
    Configure DHCPv6 agents as described on the feature HLD: sonic-net/SONiC#765
    Test it with real client/server with IPv6 or use the dedicated automatic test: sonic-net/sonic-mgmt#3565
    Signed-off-by: Shlomi Bitton <shlomibi@nvidia.com>
    
    * Split docker-dhcp-relay.supervisord.conf.j2 template into several files for easier code maintenance
    
    (cherry picked from commit 604becd)
    shlomibitton authored and kellyyeh committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    febda00 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    aadc0c5 View commit details
    Browse the repository at this point in the history