From 610f133a94891d6eebf41944537ffdf98ff844af Mon Sep 17 00:00:00 2001 From: Yasuhito Takamiya Date: Fri, 8 Jan 2016 11:08:39 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=83=81=E3=82=AD=E3=83=A3?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=82=92=E3=81=B2=E3=81=A3=E3=81=8B=E3=81=91?= =?UTF-8?q?=E3=82=8B=E3=82=A2=E3=83=89=E3=83=AC=E3=82=B9=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(refs=20#148)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 01-00-5E-00-00-00 の 上位 25 bit に修正しました --- vendor/learning_switch/lib/learning_switch13.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/learning_switch/lib/learning_switch13.rb b/vendor/learning_switch/lib/learning_switch13.rb index db84cb3a..e78980c2 100644 --- a/vendor/learning_switch/lib/learning_switch13.rb +++ b/vendor/learning_switch/lib/learning_switch13.rb @@ -88,8 +88,8 @@ def add_multicast_mac_drop_flow_entry(datapath_id) table_id: INGRESS_FILTERING_TABLE_ID, idle_timeout: 0, priority: 2, - match: Match.new(destination_mac_address: '01:00:00:00:00:00', - destination_mac_address_mask: 'ff:00:00:00:00:00') + match: Match.new(destination_mac_address: '01:00:5e:00:00:00', + destination_mac_address_mask: 'ff:ff:ff:80:00:00') ) end