From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toshiaki Makita Subject: Re: Deleting a dynamic mac entry.. Date: Thu, 25 May 2017 10:11:44 +0900 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org To: Manohar Kumar Return-path: In-Reply-To: Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.linux-foundation.org Errors-To: bridge-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org On 2017/05/25 3:05, Manohar Kumar wrote: > Thanks, Toshiaki. > > What is the right way to set the default_pvid using the bridge command > ? I tried this, which fails.. > > root@net-3:~# ip link set dev vxlan0 name untagged type vlan id 0 > RTNETLINK answers: Operation not supported > root@net-3:~# > > All the interfaces in the bridge are untagged. # ip link set br0 down # echo 0 > /sys/class/net/br0/bridge/default_pvid Toshiaki Makita