Recent Commits to NES-Open-Switch:master

Showing posts with label stacking. Show all posts
Showing posts with label stacking. Show all posts

Sunday, September 20, 2015

IF update - 13: updating logical interface status handler

Updated the #logical-interface #hierarchical #status #handling routines in IF module. The #status #change #handler routines has been #upgraded for the new data-structure changes. The hierarchical status handler #propagate s the interface #status #from the #lower interface #layer s #to the #higher #layer s. The interface #stacking enables the interface status to be decided based on the lower layer component interfaces. The interface status will depend on it's own #ADMIN-STATUS, #interface-type dependent #procedure s and #lower layer #interface #OPER-STATUS.

#IF update 13 ...
[commit 742604fca8f7d8c60f7e88afe52c7de58c33fc90] (https://github.com/nes-repo/NES-Open-Switch/commit/742604fca8f7d8c60f7e88afe52c7de58c33fc90)

Wednesday, September 9, 2015

TED update - 3: adding TE-Link logical port update

Added stubs for logical #interface #status and #stacking handling in TED module. This control the operations of logical interfaces of type #TE-Link. Status handler will control the operations on an interface status change as in OPER UP/DOWN/TESTING etc ... On stacking of a higher layer entity similar operations are performed by stacking handler.

#TED update 3 ...
[commit 355d236ec37edfb2139a2483887777441c415c3e] (https://github.com/nes-repo/NES-Open-Switch/commit/355d236ec37edfb2139a2483887777441c415c3e)

Tuesday, September 8, 2015

GMPLS update - 6: adding MPLS logical port update

Added stubs for logical #interface #status and #stacking handling in GMPLS module. This control the operations of logical interfaces of type #MPLS and #MPLS-Tunnel. Status handler will control the operations on an interface status change as in OPER UP/DOWN/TESTING etc ... On stacking of a higher layer entity similar operations are performed by stacking handler.

#GMPLS update 6 ...
[commit 91ead2c1b46bdb7569201b212411a00f78a5e308] (https://github.com/nes-repo/NES-Open-Switch/commit/91ead2c1b46bdb7569201b212411a00f78a5e308)

Saturday, December 27, 2014

Ethernet logical port update

Added stubs for logical #interface #status and #stacking handling in ethernet module. This control the operations of logical interfaces of type #ethernet , #VLAN , #ILAN and #virtual-bridge . Status handler will control the operations on an interface status change as in OPER UP/DOWN/TESTING etc ... On stacking of a higher layer entity similar operations are performed by stacking handler.

Ethernet update 27 ...
[commit 17f15855bd2aa8d55b86da7efb1da1360f50f83a]

Saturday, December 20, 2014

PBB provider instance port update - 5

Added stubs for provider instance port ( #PIP ) logical #interface #status handler and #stacking handler. Status handler will control the operations on an interface status change as in OPER UP/DOWN/TESTING etc ... On stacking of a higher layer entity similar operations are performed by stacking handler.

#802-1AH update 26 ...
[commit 2584b367609b64b5eeeb65deedf512ad789d90bf]

Tuesday, December 9, 2014

Interface stacking update - 4

Added changes for #interface #stacking handling routines in interfaces module. This will create an individual stacking layer between a pair of #lower and #higher layer interfaces. This will support different kind of checks - such as compatibility checks, capacity verification, etc ... - before and after the stacking layer creation or removal on upper and lower layer interfaces.

#IF module update 5 ...
[commit 09d65607d9ebce84e92c3e5cc9e55c90af8a8224]

Sunday, November 23, 2014

Provider bridge internal LAN update - 2

Updated provider bridge ( #PB ) internal LAN (ILAN) create/remove routines with ethernet phy locking sequences. Added changes for new interface stacking API and new ILAN management API in bridge module.

#802-1AD update 14 ...

Interface stacking update - 2
Added new interface #stacking layer #registration routines. This will enable layer create/remove operations from external modules.

#IF module update 3 ...

Internal LAN update - 2
Added new internal LAN ( #ILAN ) registration routines in #ethernet module. This will enable internal LAN create/remove operations from external modules.

Ethernet update 20 ...

Tuesday, October 21, 2014

Ethernet & Bridge stacking update

Added changes for supporting #VLAN, #bridge and #ILAN type interfaces in ethernet module. These are required for generic ethernet #interface #stacking.

#Ethernet update 5 ...

Added changes for #PIP interface type support in bridge module. For interface stacking of #VIP and CNP in #PBB (provider backbone bridging) this is required.

#802-1AH update 3 ...

Friday, October 10, 2014

Interface creation fix + Internal LAN creation changes

Added fix for interface ADMIN.STATUS handling on interface creation sequence. More changes on #interface #stacking.

#IF module update 2 ...

Added changes for generic internal LAN ( #ILAN ) creation in #Ethernet module.

Ethernet update 2 ...

Wednesday, October 8, 2014