network l3 conntrack helper¶
Network v2
network l3 conntrack helper create¶
Create a new L3 conntrack helper
openstack network l3 conntrack helper create
--helper <helper>
--protocol <protocol>
--port <port>
<router>
- --helper <helper>¶
The netfilter conntrack helper module
- --protocol <protocol>¶
The network protocol for the netfilter conntrack target rule
- --port <port>¶
The network port for the netfilter conntrack target rule
- router¶
Router for which conntrack helper will be created
network l3 conntrack helper delete¶
Delete L3 conntrack helper
openstack network l3 conntrack helper delete
<router>
<conntrack-helper-id>
[<conntrack-helper-id> ...]
- router¶
Router that the conntrack helper belongs to
- conntrack-helper-id¶
The ID of the conntrack helper(s) to delete
network l3 conntrack helper list¶
List L3 conntrack helpers
openstack network l3 conntrack helper list
[--sort-column SORT_COLUMN]
[--sort-ascending
|
--sort-descending
]
[--helper <helper>]
[--protocol <protocol>]
[--port <port>]
[--limit <limit>]
[--marker <marker>]
[--max-items <max-items>]
<router>
- --sort-column SORT_COLUMN¶
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
- --sort-ascending¶
sort the column(s) in ascending order
- --sort-descending¶
sort the column(s) in descending order
- --helper <helper>¶
List only helpers using the specified netfilter conntrack helper module
- --protocol <protocol>¶
List only helpers with the specified network protocol for the netfilter conntrack target rule
- --port <port>¶
List only helpers with the specified network port for the netfilter conntrack target rule (name or ID)
- --limit <limit>¶
The maximum number of entries to return per page. If the value exceeds the server-defined maximum, then the server-defined value will be used. Note that this controls the page size, not the total number of entries returned. Use –max-items to limit the total number of entries returned.
- --marker <marker>¶
The first position in the collection to return results from. This should be a value that was returned in a previous request.
- --max-items <max-items>¶
The maximum number of entries to return in total, paging through multiple requests if needed. Use –limit to control the page size.
- router¶
Router that the conntrack helper belongs to
network l3 conntrack helper set¶
Set L3 conntrack helper properties
openstack network l3 conntrack helper set
[--helper <helper>]
[--protocol <protocol>]
[--port <port>]
<router>
<conntrack-helper-id>
- --helper <helper>¶
The netfilter conntrack helper module
- --protocol <protocol>¶
The network protocol for the netfilter conntrack target rule
- --port <port>¶
The network port for the netfilter conntrack target rule
- router¶
Router that the conntrack helper belongs to
- conntrack-helper-id¶
The ID of the conntrack helper(s)
network l3 conntrack helper show¶
Display L3 conntrack helper details
openstack network l3 conntrack helper show
<router>
<conntrack-helper-id>
- router¶
Router that the conntrack helper belongs to
- conntrack-helper-id¶
The ID of the conntrack helper