lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 03 Dec 2013 12:19:21 -0800
From:	John Fastabend <john.r.fastabend@...el.com>
To:	Or Gerlitz <or.gerlitz@...il.com>
CC:	Eric Dumazet <eric.dumazet@...il.com>,
	Or Gerlitz <ogerlitz@...lanox.com>,
	netdev <netdev@...r.kernel.org>
Subject: Re: vxlan/veth performance issues on net.git + latest kernels

On 12/3/2013 11:50 AM, Or Gerlitz wrote:
> On Tue, Dec 3, 2013 at 7:12 PM, Eric Dumazet <eric.dumazet@...il.com> wrote:
>
>>> brctl addbr br-vx
>>> ip link set br-vx up
>>> ifconfig br-vx 192.168.52.144/24 up
>>> brctl addif br-vx vxlan42
>>> ip link add type veth
>>> brctl addif br-vx veth1
>
>> Aside question : If I do not have brctl on my host,
>> how can I use "ip" command to perform this "brctl addif" action ?
>
> you can get the sources from
> git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git
> or from http://sourceforge.net/projects/bridge/files/bridge/bridge-utils-1.5.tar.gz/download,
> should be trivial to configure and build, if I remember correct
>
>


The 'brctl addif' should be the same as setting the master.

#ip link set dev veth1 master br-vs

and then use nomaster to delete the interface.

.John
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ