Bug 1764 - implementation of default config pusher 21/12021/3
authorMartin Bobak <mbobak@cisco.com>
Wed, 15 Oct 2014 08:32:36 +0000 (10:32 +0200)
committerMartin Bobak <mbobak@cisco.com>
Sun, 19 Oct 2014 10:30:41 +0000 (10:30 +0000)
commite94d9d2778478e996451ec25044aa229a2e3f8e2
treecd34e50b1ff755f1d35ca23a796b4258fd76cf64
parent27aed9a50ceeffc36468ff9610d6183c3aed14df
Bug 1764 - implementation of default config pusher

Change-Id: I6f910c3b68f6e50fb3de2e12b01fc33bb28eb80c
Signed-off-by: Martin Bobak <mbobak@cisco.com>
applications/of-switch-config-pusher/pom.xml
applications/of-switch-config-pusher/src/main/java/org/opendaylight/openflowplugin/openflow/ofswitch/config/DefaultConfigPusher.java [new file with mode: 0644]
applications/of-switch-config-pusher/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/applications/of/_switch/config/pusher/rev141015/DefaultConfigPusherModule.java [new file with mode: 0644]
applications/of-switch-config-pusher/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/applications/of/_switch/config/pusher/rev141015/DefaultConfigPusherModuleFactory.java [new file with mode: 0644]
applications/of-switch-config-pusher/src/main/resources/initial/70-of-switch-config-pusher.xml [new file with mode: 0644]
applications/of-switch-config-pusher/src/main/yang/of-switch-config-pusher.yang [new file with mode: 0644]
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/md/ModelDrivenSwitch.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/ConnectionConductorImpl.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/ModelDrivenSwitchImpl.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/OFRpcTaskFactory.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/ConnectionConductorImplTest.java