2
0
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:
Ethan Jackson
2013-02-04 18:45:54 -08:00
parent df53d41c6d
commit 1bda9b9e1a
19 changed files with 2 additions and 333 deletions

View File

@@ -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. */