Re: [PATCH net-next] documentation: bring vxlan documentation more up-to-date

2015-08-11 Thread Rick Jones
On 08/11/2015 03:09 PM, Stephen Hemminger wrote: On Tue, 11 Aug 2015 13:47:16 -0700 (PDT) r...@tardy.usa.hp.com (Rick Jones) wrote: + # ip link add vxlan0 type vxlan id 42 group 239.1.1.1 dev eth1 + +This creates a new device named vxlan0. The device uses the +multicast group 239.1.1.1 over e

Re: [PATCH net-next] documentation: bring vxlan documentation more up-to-date

2015-08-11 Thread Stephen Hemminger
On Tue, 11 Aug 2015 13:47:16 -0700 (PDT) r...@tardy.usa.hp.com (Rick Jones) wrote: > + # ip link add vxlan0 type vxlan id 42 group 239.1.1.1 dev eth1 > + > +This creates a new device named vxlan0. The device uses the > +multicast group 239.1.1.1 over eth1 to handle traffic for which there > +is

[PATCH net-next] documentation: bring vxlan documentation more up-to-date

2015-08-11 Thread Rick Jones
From: Rick Jones A few things have changed since the previous version of the vxlan documentation was written, so update it and correct some grammer and such while we are at it. Signed-off-by: Rick Jones diff --git a/Documentation/networking/vxlan.txt b/Documentation/networking/vxlan.txt index