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

Sub port interface high level design #420

Merged
merged 32 commits into from
Oct 9, 2019

Commits on Jul 10, 2019

  1. Initial sub port interface high level design

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    0c6acad View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Address comments

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    d566d95 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    216a01c View commit details
    Browse the repository at this point in the history
  2. Rename DOT1Q_INTERFACE table to SUB_INTERFACE table

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    5cc5acb View commit details
    Browse the repository at this point in the history
  3. Make mtu not configurable in the current design

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    e37408a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Add more comments to using sub port as a bridge port, which is out of…

    … the scope of
    
    this design
    
    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    17a8313 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Address comment

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    963298c View commit details
    Browse the repository at this point in the history
  2. Rename SUB_INTERFACE to VLAN_SUB_INTERFACE

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    11ec0e5 View commit details
    Browse the repository at this point in the history
  3. Clarify the use of iproute2

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    250a7a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Remove the need to create an object id for vlan

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    3203db3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Set admin status of a sub port interface

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    ae22d59 View commit details
    Browse the repository at this point in the history
  2. Config ip address on a sub port interface using existing `config

    interface ip` command
    
    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    a89cfcb View commit details
    Browse the repository at this point in the history
  3. Clarify the use of iproute2 package is internal to SONiC

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    64b0bf7 View commit details
    Browse the repository at this point in the history
  4. Add Appendix, difference between sub port interface and vlan interface

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    43ccfc4 View commit details
    Browse the repository at this point in the history
  5. Add miss policy as open questions

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    0b4c94a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. List the attributes that can be changed at rum time in SAI spec

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    f37e9f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. No oper status in show command

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    6db75d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    4dbf9d5 View commit details
    Browse the repository at this point in the history
  2. Update table of contents; add acknowledgment

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    3fde7fd View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Add implementation reference

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    3262983 View commit details
    Browse the repository at this point in the history
  2. Amend references

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    2178490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4135193 View commit details
    Browse the repository at this point in the history
  4. Remove definite article

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    a696d99 View commit details
    Browse the repository at this point in the history
  5. Correct typo

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    b63738f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Update table of contents; update references

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    2b2de9a View commit details
    Browse the repository at this point in the history
  2. Change wording

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    b7604a7 View commit details
    Browse the repository at this point in the history
  3. Update usage examples

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    96a2ae6 View commit details
    Browse the repository at this point in the history
  4. Add CLI design for changing admin status

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    52d91cb View commit details
    Browse the repository at this point in the history
  5. Add an APPL_DB entry example for IPv6

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    1aa11ca View commit details
    Browse the repository at this point in the history
  6. Add a STATE_DB entry example for IPv6

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    0393b53 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Amend references

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    2219297 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Amend reference on add/del ip address CLI

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani committed Sep 18, 2019
    1 Configuration menu
    Copy the full SHA
    a3e669e View commit details
    Browse the repository at this point in the history