From f7caeccddb8fce5a67d183cb5c61540c5e9a7bda Mon Sep 17 00:00:00 2001 From: Krzysztof Rutka Date: Fri, 22 Jun 2012 12:01:21 +0200 Subject: [PATCH] Remove experimenter from supported actions/instructions --- apps/of_switch/include/ofs_userspace.hrl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/apps/of_switch/include/ofs_userspace.hrl b/apps/of_switch/include/ofs_userspace.hrl index 11b2fca..3ce6bdc 100644 --- a/apps/of_switch/include/ofs_userspace.hrl +++ b/apps/of_switch/include/ofs_userspace.hrl @@ -14,8 +14,7 @@ %% copy_ttl_out, copy_ttl_in, %% push_vlan, pop_vlan, %% push_mpls, pop_mpls, - %% set_field, - %% experimenter + %% set_field ]). -define(SUPPORTED_APPLY_ACTIONS, ?SUPPORTED_WRITE_ACTIONS). -define(SUPPORTED_MATCH_FIELDS, [in_port, %% in_phy_port, metadata, @@ -37,9 +36,7 @@ -define(SUPPORTED_APPLY_SETFIELDS, ?SUPPORTED_WRITE_SETFIELDS). -define(SUPPORTED_INSTRUCTIONS, [goto_table, %% write_metadata, - write_actions, apply_actions, clear_actions - %% experimenter - ]). + write_actions, apply_actions, clear_actions]). -define(SUPPORTED_GROUP_TYPES, [all]). -define(SUPPORTED_GROUP_CAPABILITIES, []).