Skip to content

Commit

Permalink
Remove experimenter from supported actions/instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpt committed Jun 22, 2012
1 parent a2af49e commit f7caecc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/of_switch/include/ofs_userspace.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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, []).

Expand Down

0 comments on commit f7caecc

Please sign in to comment.