contiv / ofnet

Ofnet is openflow networking library
Other
79 stars 73 forks source link

Port Bonding changes #67

Closed dvavili closed 7 years ago

dvavili commented 8 years ago

This PR includes changes to support Bonded port changes

Requirement: Bonded port is required to support redundancy to uplink switches

Changes: PortInfo maintains member interfaces information and their link status Interface DB maintains InterfaceInfo Uplink DB maintains uplink PortInfo AddUplink/RemoveUplink API changes VlanBridge monitors uplink interfaces and sends GARPs on first active interface bringup

jojimt commented 7 years ago

LGTM. Once the L3 tests pass, we can merge.