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

[WIP] configure vlan sub interfaces #151

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Apr 27, 2021

  1. create vlan subinterface on pod container

    This commit attempts to create vlan sub interfaces on the
    pod container for the given selective vlan trunks. It also
    configures IP based on the IPAM config given for each VLAN
    ID.
    
    TODO: figure out what else needed by ipam module apart from
    just overwriting netconf with trunk's ipam data. does it also
    need more changes into netconf and cni_args ?
    
    Signed-off-by: Periyasamy Palanisamy <[email protected]>
    pperiyasamy committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    8611daa View commit details
    Browse the repository at this point in the history
  2. add nad example for vlan with ipam configuration

    Signed-off-by: Periyasamy Palanisamy <[email protected]>
    pperiyasamy committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    6c68b7d View commit details
    Browse the repository at this point in the history
  3. make ipam struct as private

    Signed-off-by: Periyasamy Palanisamy <[email protected]>
    pperiyasamy committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    ccf4430 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Revert "make ipam struct as private"

    This reverts commit ccf4430.
    pperiyasamy committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    1f0fda3 View commit details
    Browse the repository at this point in the history
  2. fix golint error

    Signed-off-by: Periyasamy Palanisamy <[email protected]>
    pperiyasamy committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a4bcb58 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. fix unit test errors

    Signed-off-by: Periyasamy Palanisamy <[email protected]>
    pperiyasamy committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    718b3e5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. correction in vlan sub interface creation and ip assignment

    Signed-off-by: Periyasamy Palanisamy <[email protected]>
    pperiyasamy committed May 6, 2021
    Configuration menu
    Copy the full SHA
    37d145f View commit details
    Browse the repository at this point in the history