Re: [PATCH iproute2] vxlan: Add support for modifying vxlan device attributes

2017-05-05 Thread Stephen Hemminger
On Thu, 4 May 2017 17:26:23 -0700 Girish Moodalbail wrote: > On 5/4/17 5:07 PM, Stephen Hemminger wrote: > > On Thu, 4 May 2017 14:46:34 -0700 > > Girish Moodalbail wrote: > > > >> Ability to change vxlan device attributes was added to kernel through > >> commit 8bcdc4f3a20b ("vxlan: add chan

Re: [PATCH iproute2] vxlan: Add support for modifying vxlan device attributes

2017-05-04 Thread Girish Moodalbail
On 5/4/17 5:07 PM, Stephen Hemminger wrote: On Thu, 4 May 2017 14:46:34 -0700 Girish Moodalbail wrote: Ability to change vxlan device attributes was added to kernel through commit 8bcdc4f3a20b ("vxlan: add changelink support"), however one cannot do the same through ip(8) command. Changing t

Re: [PATCH iproute2] vxlan: Add support for modifying vxlan device attributes

2017-05-04 Thread Stephen Hemminger
On Thu, 4 May 2017 14:46:34 -0700 Girish Moodalbail wrote: > Ability to change vxlan device attributes was added to kernel through > commit 8bcdc4f3a20b ("vxlan: add changelink support"), however one > cannot do the same through ip(8) command. Changing the allowed vxlan > device attributes usin

[PATCH iproute2] vxlan: Add support for modifying vxlan device attributes

2017-05-04 Thread Girish Moodalbail
Ability to change vxlan device attributes was added to kernel through commit 8bcdc4f3a20b ("vxlan: add changelink support"), however one cannot do the same through ip(8) command. Changing the allowed vxlan device attributes using 'ip link set dev type vxlan ' currently fails with 'operation not s