diff --git a/lib/learning_switch13.rb b/lib/learning_switch13.rb index 18e5589..1fc3fcb 100644 --- a/lib/learning_switch13.rb +++ b/lib/learning_switch13.rb @@ -60,7 +60,7 @@ def add_default_forwarding_flow_entry(datapath_id) datapath_id, table_id: INGRESS_FILTERING_TABLE_ID, idle_timeout: 0, - priority: 2, + priority: 1, match: Match.new, instructions: GotoTable.new(FORWARDING_TABLE_ID) )