Re: Deleting a dynamic mac entry..

2017-05-30 Thread Manohar Kumar
Please see inline.. On Fri, May 26, 2017 at 1:15 AM, Toshiaki Makita wrote: > On 2017/05/26 14:08, Manohar Kumar wrote: >> On Wed, May 24, 2017 at 6:11 PM, Toshiaki Makita >> wrote: >>> On 2017/05/25 3:05, Manohar Kumar wrote: Thanks, Toshiaki. What is the right way to set the def

Re: Deleting a dynamic mac entry..

2017-05-26 Thread Toshiaki Makita
On 2017/05/26 14:08, Manohar Kumar wrote: > On Wed, May 24, 2017 at 6:11 PM, Toshiaki Makita > wrote: >> 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-

Re: Deleting a dynamic mac entry..

2017-05-25 Thread Manohar Kumar
On Wed, May 24, 2017 at 6:11 PM, Toshiaki Makita wrote: > 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 i

Re: Deleting a dynamic mac entry..

2017-05-24 Thread Toshiaki Makita
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:~

Re: Deleting a dynamic mac entry..

2017-05-24 Thread Manohar Kumar
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. thanks

Re: Deleting a dynamic mac entry..

2017-05-22 Thread Toshiaki Makita
On 2017/05/21 11:28, Manohar Kumar wrote: > Hello, > > In 3.19 the following bridge fdb command to delete a dynamically > learned entry fails.. > > root@net-3:~# bridge fdb show | grep 02:42:0a:ff:00:06 > 02:42:0a:ff:00:06 dev vxlan0 master br0 > root@net-3:~# bridge fdb del 02:42:0a:ff:00:06 dev

Deleting a dynamic mac entry..

2017-05-20 Thread Manohar Kumar
Hello, In 3.19 the following bridge fdb command to delete a dynamically learned entry fails.. root@net-3:~# bridge fdb show | grep 02:42:0a:ff:00:06 02:42:0a:ff:00:06 dev vxlan0 master br0 root@net-3:~# bridge fdb del 02:42:0a:ff:00:06 dev vxlan0 master RTNETLINK answers: No such file or director