forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sub port interface implementation (sonic-net#969)
IntfMgrd: Listen to CONFIG_DB VLAN_SUB_INTERFACE table. Process host sub port interface: create, set (admin_status), and remove using ip link and ip address system call, and update the STATE_DB Relay the VLAN_SUB_INTERFACE table operation and field-value content to APPL_DB INTF_TABLE. IntfOrch: Listen to APPL_DB INTF_TABLE. Process sub port interface on physical port: create (a Port object for sub port interface), set (admin_status), and remove. PortsOrch: Add member function to create a Port object for sub port interface vs unit test: sub port interface creation sub port interface add IP addresses sub port interface admin status change sub port interface remove IP addresses sub port interface removal Signed-off-by: Wenda Ni <wenni@microsoft.com>
- Loading branch information
Showing
13 changed files
with
908 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.