Skip to content

Commit

Permalink
faq: Fix meter action releases.
Browse files Browse the repository at this point in the history
At the same time disambiguate some feature descriptions.
'Meters' is changed to 'Meter action' to clarify that the entry
describes the Openflow meter action rather than port based meters.
'NAT' is changed to 'Conntrack NAT' to indicate that this entry
represents NAT done in 'conntrack', rather than basic Openflow
IP address and L4 port modifications.

Signed-off-by: Darrell Ball <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
darball1 authored and blp committed Nov 3, 2019
1 parent 36e5067 commit 13ede8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/faq/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Q: Are all features available with all datapaths?
Conntrack Fragment Reass. 4.3 2.6 2.10 YES
Conntrack Timeout Policies 5.2 2.12 NO NO
Conntrack Zone Limit 4.18 2.10 NO YES
NAT 4.6 2.6 2.8 YES
Conntrack NAT 4.6 2.6 2.8 YES
Tunnel - LISP NO 2.11 NO NO
Tunnel - STT NO 2.4 NO YES
Tunnel - GRE 3.11 1.0 2.4 YES
Expand All @@ -137,7 +137,7 @@ Q: Are all features available with all datapaths?
Set action YES 1.0 1.0 PARTIAL
NIC Bonding YES 1.0 1.0 YES
Multiple VTEPs YES 1.10 1.10 YES
Meters 4.15 1.10 1.10 NO
Meter action 4.15 2.10 2.7 NO
========================== ============== ============== ========= =======

Do note, however:
Expand Down

0 comments on commit 13ede8c

Please sign in to comment.