Recent Commits to NES-Open-Switch:master

Showing posts with label FDB. Show all posts
Showing posts with label FDB. Show all posts

Wednesday, April 15, 2015

Bridge filtering database update - 8

Added #constraint #status handler for #bridge #VLAN #learning-constraint configuration in ethernet module. The learning-constraint configuration for a VLAN indicates the #filtering-database ( #FDB ) to be used for #mac-learning and whether the database is shared with other VLANs. On activating the learning-constraint corresponding FDB is also activated and starts functioning for the related VLANs.

#Ethernet update 78 ...
[commit e8cf1e8fcbbb10dda82273dc01cb643b91b43f6c]

Sunday, April 12, 2015

Bridge filtering database update - 7

Added #constraint #type handler for #bridge #VLAN #learning-constraint configuration in ethernet module. The learning-constraint configuration for a VLAN indicates the #filtering-database ( #FDB ) to be used for #mac-learning and whether the database is shared with other VLANs. The constraint type of #independent indicates that VLAN uses FDB independent of other VLANs. When VLAN shares the FDB with other VLANs constraint type is kept as #shared.

#Ethernet update 75 ...
[commit 419892affabf06d0c5b51034d3fb07458c234353]

Wednesday, January 7, 2015

Bridge VLAN update

Bridge VLAN component + port update

Inter-linked generic #ethernet component-port create/remove #API and the counter parts for #VLAN sub-system. This will enable the certain commonly used attributes like #FDB table from VLAN sub-system for all #component s and #port s. Also the attributes in VLAN sub-system are initialized with #defaults when #status is cascaded between APIs.

Ethernet update 32 ...
[commit d7fa0cc45bad20436549fe72e1ef920260fb7c56]

Friday, January 2, 2015

Bridge filtering database update - 3

Added changes for setting #VLAN-learning-constraint and #FDB for individual #VLAN. The learning constraint will indicate the #mac-learning attributes of the VLAN. All VLANs use the default-learning constraint by default. This indicates the #filtering-database used for mac-learning.

Ethernet update 29 ...
[commit e424d06db31d60d2867b65dd7c874eda395b5314]