- 19 Nov, 2015 34 commits
-
-
DONE - Update SpringOpenTTP to support bridging table emulation - Populate low priority subnet broadcast entry for bridging table - Move IP entry population to host event handler as well - Update ArpHandler to handle intra-rack ARP forwarding/flooding - Move TTL_OUT action from IP table to corresponding group Since hardware does not support TTL_OUT in the IP table - Populate entries to bridging table (MAC learning) - Emulate src mac table Not in this submission - Emulate src-mac table behavior - Pop vlan in the group instead of the flow Change-Id: Ib69357c1889ccddaa4daa272d9f5843790ee1a3c
Charles Chan authored -
General logic fixes for emulating multi-domain networks Change-Id: I58e487e0b663a6b64e99d93d6fa5cea6afe86aac
Ayaka Koshibe authored -
- No functional change. When port link state went down, old code attempted to remove logical port, which has never been added to LinkDiscovery helper. Change-Id: Ic6921d99944eecd72bcae02ad3d974836595e1a9
HIGUCHI Yuta authored -
…hanges of BGP Controller. Change-Id: Ied67b5ebe9603aaa7bbfb7eb36a4145a6353b9af
Shashikanth VH authored -
intents are different classes. This replaces the behavior where we throw a runtime exception. Change-Id: I063621b683af186611b18f87c24e852e80c31977
Brian O'Connor authored -
… accepted into the system. Change-Id: I26a7e2adb20318cf17a35081ff753b3448105e31
Thomas Vachuska authored -
Protecting callers with synchronized block during role request and reply methods. Change-Id: Ie82f84d1d462923c9f410e6950e846ee3b05551c
Brian O'Connor authored -
- delete operation was not working because the incorrect class was being passed to the lookup method. - changed delete operations to return status 204 in lieu of 200 since no actual content is returned. Change-Id: Ibb5294a7b40996fad5d8a4ede48b0f2b7eb923e1
Ray Milkey authored
- 18 Nov, 2015 6 commits
-
-
This is an enhanced version of gerrit 6085 that provides not only the old location but also the entire old host subject. The main purpose is allowing apps to be aware of the change of IP address as well Change-Id: I448d73b0d1e705996259cb0ec777f959f485d9c2
Charles Chan authored -
There are three independent apps: - openflow-base - hostprovider - lldpprovider And there is also one meta-application called openflow that contains all three of them. Also fix the dependency issue when the apps are loaded from disk Change-Id: I6da584e03593db9094b3a57976b28291f207c3c6
Charles Chan authored