- 26 Jan, 2016 12 commits
-
-
…ns of thirdparty libraries. Change-Id: Id578e10713d41b6c02e92cb2c6e17a4da0787b52
Brian Stanke authored -
Rename as follows. - ResourceId.Discrete -> DiscreteResourceId - ResourceId.Continuous -> ContinuousResourceId - Resource.Discrete -> DiscreteResource - Resource.Continuous -> ContinuousResource Change-Id: I80e59d1eec07128743bacc582a8725bd4d5489b4
Sho SHIMIZU authored -
…al call in old add and delete ports of OsvdbBridgeConfig Change-Id: Ib23b90f7793f3afc5d62250b9f1f318b8042ad77
Andrea Campanella authored -
- Added event handlers (Floatingip_CUD(Create, Update, Delete), Router_CUD, and RouterInterface_CUD). - Added packet handlers about ICMP and pNAT. - Added the models of openstack router, router interface, external gateway and floatingIP. - Fixed pom.xml - Added external_fixed_IP information for PNAT and renamed SNAT to PNAT in OpenstackExternalGateway - Fixed java docs in OpenstackRoutingService.java Change-Id: Ia694614cf8885d81a66fc4659db2fa0c5de5e950
Kyuhwi Choi authored -
- precache loading... images. Change-Id: Ie93262b78e72f6c740ba851d8662b8170a91ab75
Simon Hunt authored -
… blocking when nodes are inaccessible. Change-Id: I46ce54505e8c4c34b56009412ddb1d645c83aaa3
Aaron Kruglikov authored
-
- 25 Jan, 2016 7 commits
-
-
- Added 'gatewayMAC' field to network config for cordvtn - Implemented to send gratuitous ARP when gateway MAC is updated Change-Id: I4f9050f4be64f04e0568515bbb95474513bbe057
Hyunsun Moon authored -
- Use TestTools.findAvailablePort when selecting unused port during unit tests Change-Id: I155781db8830fc3d5238bda0b23cbbf065ba7b51
HIGUCHI Yuta authored
- 24 Jan, 2016 1 commit
- 23 Jan, 2016 4 commits
-
-
* Added -s option which gives more succinct output. * Display each flow on one line for easy grepping. * Added ability to filter output by table ID. * Flows are now sorted by descending priority within a table. * Removed the use of toStringHelper in instructions and criterion to produce less verbose output. Change-Id: I1c874c776491386488ea5a4d23627b20f1e5728b
Jonathan Hart authored -
- simplified DOM structure - refactored code to reduce boilerplate - cleaned up CSS Change-Id: Iff443d7f038f1f770e7b3e9ed383c65b96ba6886
Simon Hunt authored
- 22 Jan, 2016 16 commits
-
-
- fix dialog button colors - Capitalize action word Change-Id: I11f619fe1f9055e4f5975e5c14c8b562e471fab7
Simon Hunt authored -
Adding arp-spa to flow from vRouter to distinguish between multiple untagged interfaces with the same macAddress. Change-Id: Ifd6e00f70c538c780c0f5728d9ba960a4c70b1db
Saurav Das authored -
- adjusted column widths. - fixed broken escape handler. - made URL in details pane a hyperlink. Change-Id: I0e9756ded47a297f5b2f15177678e7de8d37ee37
Simon Hunt authored -
- Aggregate output of some Discrete resources Currently supports: VlanID, MPLS label, Tributary slots - Add support for Continuous resource Change-Id: I5d002ba7f43f8b8d06228507b7463c29296aec90
HIGUCHI Yuta authored -
- Continuous resource was always considered not available - Support querying for child resource against Continuous (result is no children) - Resource equality to compare id and exact type - Add missing information in Continuous resource toString() - More concise String representation for ResourceId - additional logging added during above bug investigation. Change-Id: I58a95b95b91c246c3c5dbb136a1820f988c6fccd
HIGUCHI Yuta authored -
This commit adds features, permissions and requiredApps properties to Application panel view. Change-Id: I0df026c7fce49c65546eee33a4299b4db6debb08
Jian Li authored -
We need to ensure ApplicationService is fully activated before we try to load any applications that may depend on it. Change-Id: I77bcf2534cc43056facb5dca5b6947ab52e61dcc
Jonathan Hart authored