- 19 Nov, 2015 16 commits
-
-
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 21 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 -
RFC5492 allows multiple Capability triples per Optional Parameter. But our code only support parsing 1 Capability triple per Optional Parameter. It works with Quagga, but failed parsing bird OPEN message. This patch adds support for multiple Capability triples per Optional Parameter. Change-Id: Iae6295d608e44676a44ef6a0ae1868d8dcd7648d
Pingping Lin authored -
…hanges of BGP Controller. Change-Id: I860859bc8bb3a5ee9a7c9c0183371e1575dc4867
Shashikanth VH authored -
Note: LocalRemoteServiceProvider is expected to be moved under src/test scope once we have other usable Provider. Change-Id: Ic8b9f2007082038da5652bf812329d2ef2204200
HIGUCHI Yuta authored
- 17 Nov, 2015 3 commits