| Interface | Description |
|---|---|
| NxResubmit |
Re-searches OpenFlow flow table (or the table whose number is specified by
table) with the in-port field replaced by port (if port is specified) and
executes the actions found
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
container nx-resubmit {
leaf in-port {
type uint16;
}
leaf table {
type uint8;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-resubmit-grouping/nx-resubmit</i>
<p>To create instances of this class use
NxResubmitBuilder. |
| Class | Description |
|---|---|
| NxResubmitBuilder |
Class that builds
NxResubmit instances. |
Copyright © 2015. All rights reserved.