All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.blueprint.table-miss-enforcer.xml Maven / Gradle / Ivy

There is a newer version: 0.19.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
           xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
           odl:use-default-for-reference-types="true">

  <reference id="dataBroker" interface="org.opendaylight.mdsal.binding.api.DataBroker"/>
  <reference id="deviceOwnershipService" interface="org.opendaylight.openflowplugin.applications.deviceownershipservice.DeviceOwnershipService"/>

  <odl:rpc-service id="flowService" interface="org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService"/>

  <bean id="LLDPPacketPuntEnforcer" class="org.opendaylight.openflowplugin.applications.tablemissenforcer.LLDPPacketPuntEnforcer"
          init-method="start" destroy-method="close">
    <argument ref="flowService"/>
    <argument ref="dataBroker"/>
    <argument ref="deviceOwnershipService"/>
  </bean>
</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy