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:
@@ -22,7 +22,6 @@
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "autopath.h"
|
||||
#include "bundle.h"
|
||||
#include "byte-order.h"
|
||||
#include "dynamic-string.h"
|
||||
@@ -526,10 +525,6 @@ parse_named_action(enum ofputil_action_code code, const struct flow *flow,
|
||||
multipath_parse(ofpact_put_MULTIPATH(ofpacts), arg);
|
||||
break;
|
||||
|
||||
case OFPUTIL_NXAST_AUTOPATH__DEPRECATED:
|
||||
autopath_parse(ofpact_put_AUTOPATH(ofpacts), arg);
|
||||
break;
|
||||
|
||||
case OFPUTIL_NXAST_BUNDLE:
|
||||
bundle_parse(arg, ofpacts);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user