| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.openflowplugin.extension.api.GroupingResolver<NxmNxArpShaGrouping,org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.general.rev140714.general.extension.grouping.Extension> |
MatchUtil.arpShaResolver |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AllMatchesGrouping
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-match</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-match.yang</i>):
<pre>
grouping all-matches-grouping {
container nxm-nx-nshc-2 {
leaf value {
type uint32;
}
}
container nxm-nx-nsi {
leaf nsi {
type uint8;
}
}
container nxm-of-arp-tpa {
leaf ipv4-address {
type ipv4-address;
}
uses ipv4-address-grouping;
}
container nxm-of-eth-type {
leaf value {
type uint16;
}
}
container nxm-nx-arp-tha {
leaf mac-address {
type mac-address;
}
uses mac-address-grouping;
}
container nxm-nx-nsp {
leaf value {
type uint32;
}
}
container nxm-nx-tun-id {
leaf value {
type uint64;
}
}
container nxm-nx-arp-sha {
leaf mac-address {
type mac-address;
}
uses mac-address-grouping;
}
container nxm-nx-tun-ipv4-dst {
leaf ipv4-address {
type ipv4-address;
}
uses ipv4-address-grouping;
}
container nxm-of-eth-src {
leaf mac-address {
type mac-address;
}
uses mac-address-grouping;
}
container nxm-nx-tun-ipv4-src {
leaf ipv4-address {
type ipv4-address;
}
uses ipv4-address-grouping;
}
container nxm-of-arp-spa {
leaf ipv4-address {
type ipv4-address;
}
uses ipv4-address-grouping;
}
container nxm-of-eth-dst {
leaf mac-address {
type mac-address;
}
uses mac-address-grouping;
}
container nxm-nx-nshc-3 {
leaf value {
type uint32;
}
}
container nxm-nx-nshc-4 {
leaf value {
type uint32;
}
}
container nxm-of-arp-op {
leaf value {
type uint16;
}
}
container nxm-nx-nshc-1 {
leaf value {
type uint32;
}
}
container nxm-nx-reg {
leaf reg {
type identityref;
}
leaf value {
type uint32;
}
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-match/all-matches-grouping</i>
|
interface |
NxAugMatchNodesNodeTableFlow |
interface |
NxAugMatchNotifPacketIn |
interface |
NxAugMatchNotifSwitchFlowRemoved |
interface |
NxAugMatchNotifUpdateFlowStats |
interface |
NxAugMatchRpcAddFlow |
interface |
NxAugMatchRpcRemoveFlow |
interface |
NxAugMatchRpcUpdateFlowOriginal |
interface |
NxAugMatchRpcUpdateFlowUpdated |
Copyright © 2015. All rights reserved.