Bug 5008 - QoS and Queue fixes for ovsdb southbound
[ovsdb.git] / southbound / southbound-impl / src / main / java / org / opendaylight / ovsdb / southbound / transactions / md / OvsdbPortUpdateCommand.java
2016-01-25 Eric MultanenBug 5008 - QoS and Queue fixes for ovsdb southbound 36/32836/3
2015-11-22 Sam HagueMerge "L3: Add eth to br-ex"
2015-11-02 Stephen KittFull <> clean-up 19/29119/2
2015-06-03 Ed WarnickeBug 3310 Bug 3316: Fix for iids for termination points 27/21827/1
2015-06-03 Ed WarnickeBug 3310 Bug 3316: Fix for iids for bridges 41/21141/2
2015-06-03 Ed WarnickeBug 3310 Bug 3316 Use iid stamp if we configured a... 52/20652/6
2015-06-03 Flavio FernandesMerge "Bug 3563 - Fix/clean methods that determine...
2015-06-03 Flavio FernandesMerge "Add per test information"
2015-06-03 Sam HagueMerge "Write iid of ovsdb-node to OpenVSwitch.externalIds"
2015-06-03 Ed WarnickePass OvsdbConnectionInstance to Commands instead of... 19/20319/6
2015-05-06 Flavio FernandesMerge "User provided bridge external-ids not making...
2015-05-05 Amit MandkeFixing issue with interface update. 67/19567/1
2015-04-28 Sharad MishraAdd bridge fails on older OVS versions (< v1.10) 60/19260/3
2015-04-28 Sam HagueMerge "Add OpenFlow node reference to the bridge."
2015-04-28 Sam HagueMerge "Update TerminationPoint operational data on...
2015-04-28 Anil VishnoiUpdate TerminationPoint operational data on ovsdb port... 63/19063/3
2015-04-14 Sam HagueMerge "Remove unused service interfaces"
2015-04-14 Sam HagueMerge "Deprecated OvsdbClientKey and replaced with...
2015-04-14 Ed WarnickeDeprecated OvsdbClientKey and replaced with ConnectionInfo 32/18232/2
2015-04-13 Sam HagueMerge "Renamed BridgeCreateCommand to BridgeUpdateCommand"
2015-04-13 Sam HagueMerge "BridgeCreateCommand now correctly handles updates."
2015-04-13 Sam HagueMerge "Cleaned up BridgeCreateCommand"
2015-04-13 Sam HagueMerge "Fix latent NPE issues."
2015-04-13 Sam HagueMerge "Break out Protocol Update and Remove into sepera...
2015-04-13 Sam HagueMerge "Fix so that operational store correctly removes...
2015-04-13 Sam HagueMerge "Fix so that operational store correctly removes...
2015-04-13 Sam HagueMerge "Fix so that operational store correctly removes...
2015-04-13 Sam HagueMerge "Fix so that operational store correctly removes...
2015-04-13 Ryan GouldingOvsdbPortUpdateCommand actually add entries to tplist 86/18186/1
2015-04-13 Sam HagueMerge "Cleaned up OvsdbBridgeUpdateCommand"
2015-04-11 Ryan GouldingClean up OvsdbPortUpdateCommand.java 35/18135/4
2015-04-10 Flavio FernandesMerge "interface/port-other-config support"
2015-04-10 Ryan Gouldinginterface/port-other-config support 17/18117/2
2015-04-10 Sam HagueMerge "Add JUnit testing for NodeConfiguration class."
2015-04-10 Sam HagueMerge "Start to tease apart things into smaller pieces...
2015-04-10 Sam HagueMerge "Added support for bridge other-config."
2015-04-10 Sam HagueMerge "Added support for vlan mode."
2015-04-09 Gabriel Robitaille... Added support for vlan mode. 35/17935/6
2015-04-09 Sam HagueMerge "Add support for external-ids in the OVSDB node"
2015-04-09 Sam HagueMerge "port/interface-external-ids refactoring"
2015-04-09 Ryan Gouldingport/interface-external-ids refactoring 58/17958/3
2015-04-08 Flavio FernandesMerge "changed getManagingNode(..) to expect augmented...
2015-04-08 Flavio FernandesMerge "Move UuidUtilsTest to the right package (netvirt...
2015-04-08 Flavio FernandesMerge "Add JUnit testing for LBaaSPoolMemberHandler...
2015-04-08 Sam HagueMerge "Implemented port/interface delete command to...
2015-04-08 Anil VishnoiImplemented port/interface delete command to delete... 69/17869/8
2015-04-08 Flavio FernandesMerge "Add JUnit testing for FWaasHandler class."
2015-04-08 Flavio FernandesMerge "Add JUnit testing for LBaaSHandler class."
2015-04-08 Sam HagueMerge "Add test case for enqueueEvent() for AbstractHan...
2015-04-07 Sam HagueMerge "First step in unifying datachange events"
2015-04-07 Sam HagueMerge "Added model for vlan mode."
2015-04-06 Ryan GouldingInterface options operational data store persistence 14/17814/2
2015-04-06 Ed WarnickeOpenFlow port values are uint32, correcting the size... 03/17803/2
2015-04-06 Flavio FernandesMerge "Small fix to handle the fact that ovsdb sometime...
2015-04-06 Ed WarnickeSmall fix to handle the fact that ovsdb sometimes retur... 94/17794/2
2015-04-06 Flavio FernandesMerge "Fixed if/else/for/while/do curly braces for...
2015-04-06 Flavio FernandesMerge changes I99c0e84f,I0e035323
2015-04-06 Gabriel Robitaille... Added trunks code using Long 66/17666/8
2015-04-06 Sam HagueMerge "Revert "Updated ovsdb.yang to include external...
2015-04-04 Sam HagueMerge "Updated ovsdb.yang to include external-ids for...
2015-04-04 Sam HagueMerge "support for Interface external_ids"
2015-04-03 Ryan Gouldingsupport for Interface external_ids 18/17718/7
2015-04-03 Sam HagueMerge "net-virt-providers: install flow twice unnecessa...
2015-04-02 Flavio FernandesMerge "Add JUnit testing for FloatingIPHandler class."
2015-04-02 Flavio FernandesMerge "Add IT for southbound"
2015-04-02 Sam HagueMerge "ofport and ofport_request operational data store...
2015-04-02 Ryan Gouldingofport and ofport_request operational data store persis... 67/17467/7
2015-04-02 Flavio FernandesMerge "Add JUnit tesing for NeutronL3Adapter class."
2015-04-02 Flavio FernandesMerge "Add JUnit testing for AbstractHandler class."
2015-04-02 Flavio FernandesMerge "Revert "Add break in iteration over vlan tags...
2015-04-02 Flavio FernandesRevert "Add break in iteration over vlan tags for a... 53/17653/1
2015-04-02 Sam HagueMerge "Model update to add external-id to port/interface."
2015-04-02 Sam HagueMerge "Add break in iteration over vlan tags for a...
2015-04-01 Flavio FernandesAdd break in iteration over vlan tags for a given ovsdb... 88/17588/1
2015-04-01 Sam HagueMerge "Revert "Added trunks code to go with the model.""
2015-04-01 Gabriel Robitaille... Revert "Added trunks code to go with the model." 62/17562/1
2015-04-01 Sam HagueMerge "Added trunks code to go with the model."
2015-03-31 Gabriel Robitaille... Added trunks code to go with the model. 75/17375/8
2015-03-31 Flavio FernandesMerge "Add datapath types to vswitch."
2015-03-30 Flavio FernandesMerge "Remove port/interface from operational datastore."
2015-03-30 Flavio FernandesMerge "Enabled the use of opendaylight-iid as external_...
2015-03-30 Sam HagueMerge "Add ability to serialize/deserialize iids to...
2015-03-30 Sam HagueMerge "Add JUnit testing for ConfigurationServiceImpl...
2015-03-30 Gabriel Robitaille... Added code for vlan-tags on termination points. 56/17256/6
2015-03-30 Flavio FernandesMerge "Fail build on checkstyle errors"
2015-03-30 Sam HagueFail build on checkstyle errors 68/17368/1
2015-03-20 Flavio FernandesMerge "Changed the constant name logger to LOGGER to...
2015-03-19 Sam HagueMerge "Patch to update interface in operational datastore."
2015-03-19 Sharad MishraPatch to update interface in operational datastore. 46/16846/3
2015-03-18 Sam HagueMerge "Patch to bring us into alignment with skip.karaf...
2015-03-18 Flavio FernandesMerge "Remove final remnants of sal.core from net-virt...
2015-03-18 Flavio FernandesMerge "Remove sal.core from NodeUtils"
2015-03-18 Flavio FernandesMerge "Remove final bits if adsal from plugin-shell"
2015-03-18 Sam HagueMerge "Update port in operational datastore."
2015-03-17 Sharad MishraUpdate port in operational datastore. 32/15832/5