mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
nicira-ext: Remove the autopath action.
The autopath action was attempting to achieve functionality similar to the bundle action, but was significantly clunkier, more difficult to understand, more difficult to use, and less reliable. This patch removes it. Signed-off-by: Ethan Jackson <ethan@nicira.com>
This commit is contained in:
@@ -86,7 +86,6 @@
|
||||
\
|
||||
/* Arithmetic. */ \
|
||||
DEFINE_OFPACT(MULTIPATH, ofpact_multipath, ofpact) \
|
||||
DEFINE_OFPACT(AUTOPATH, ofpact_autopath, ofpact) \
|
||||
\
|
||||
/* Other. */ \
|
||||
DEFINE_OFPACT(NOTE, ofpact_note, data) \
|
||||
@@ -421,15 +420,6 @@ struct ofpact_multipath {
|
||||
struct mf_subfield dst;
|
||||
};
|
||||
|
||||
/* OFPACT_AUTOPATH.
|
||||
*
|
||||
* Used for NXAST_AUTOPATH. */
|
||||
struct ofpact_autopath {
|
||||
struct ofpact ofpact;
|
||||
struct mf_subfield dst;
|
||||
uint32_t port;
|
||||
};
|
||||
|
||||
/* OFPACT_NOTE.
|
||||
*
|
||||
* Used for NXAST_NOTE. */
|
||||
|
Reference in New Issue
Block a user