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

Support IPv6 underlay. #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 8, 2020

  1. Support IPv6 underlay.

    This patch provides a config option - IPV6_UNDERLAY. If it is
    set to "yes", then this patch configures the ovsdb-servers to
    listen on IPv6 addresses. All the ovn-controllers and ovn-northd
    talk to DB servers using IPv6.
    
    The link local address of interface - eth1 is used for this purpose.
    I don't see a reason to assign a global IPv6 addresses to each of
    the fake node containers.
    
    Signed-off-by: Numan Siddique <numans@ovn.org>
    numansiddique committed May 8, 2020
    Configuration menu
    Copy the full SHA
    3ee23aa View commit details
    Browse the repository at this point in the history