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

[interfaces]: Combine vlan_interfaces and lag_interfaces file and add allow-hotplug #381

Merged
merged 2 commits into from
Mar 16, 2017

Commits on Mar 15, 2017

  1. [files]: Add allow-hotplug stanza to interfaces files

    - start interface <interface_name> when the kernel detects
    a hotplug event from the interface
    
    ref: https://www.debian.org/doc/manuals/debian-reference/ch05.en.html
    
    Signed-off-by: Shuotian Cheng <[email protected]>
    Shuotian Cheng committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    54d0ab8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. [interfaces]: Combine vlan_interfaces and lag_interfaces file and add…

    … allow-hotplug
    
    1. Remove vlan_interfaces and lag_interfaces file and members in teamd.j2
    2. Add all interfaces to /etc/network/interfaces file
    3. Add allow-hotplug stanza
    4. Add up <command> to automatically add interfaces to VLAN and LAG
    5. Add unique_name filter to minigraph.py to remove duplicate interface names
    6. Add brctl to base image
    7. Update sonic-swss submodule
    
    Signed-off-by: Shuotian Cheng <[email protected]>
    Shuotian Cheng committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    c8d169d View commit details
    Browse the repository at this point in the history