Re: [systemd-devel] [PATCH] networkd: support vxlan parameters

2014-12-04 Thread Tom Gundersen
Applied. Thanks! On Sat, Nov 15, 2014 at 3:54 AM, Susant Sahani wrote: > V3: fix copy paste error > V4: Make manual and config more readable > > Add vxlan paramertes to config. > --- > man/systemd.netdev.xml | 30 > src/network/networkd-netdev-gperf.gperf | 83 > ++

Re: [systemd-devel] [PATCH] networkd: Support VXlan parameters

2014-11-15 Thread Tom Gundersen
On 15 Nov 2014 03:54, "Susant Sahani" wrote: > > On 11/15/2014 04:08 AM, Tom Gundersen wrote: >> >> Hi Susant, > > Hi Tom, >> >> >> Thanks for this! > > > Thanks for the review . I have addressed all the comments. > > Only thing is since few names were long I had to indent the gperf file > +VXLAN.

Re: [systemd-devel] [PATCH] networkd: Support VXlan parameters

2014-11-14 Thread Susant Sahani
On 11/15/2014 04:08 AM, Tom Gundersen wrote: Hi Susant, Hi Tom, Thanks for this! Thanks for the review . I have addressed all the comments. Only thing is since few names were long I had to indent the gperf file +VXLAN.L2MissNotification +VXLAN.L3MissNotification +VXLAN.RouteShortCircui

[systemd-devel] [PATCH] networkd: support vxlan parameters

2014-11-14 Thread Susant Sahani
V3: fix copy paste error V4: Make manual and config more readable Add vxlan paramertes to config. --- man/systemd.netdev.xml | 30 src/network/networkd-netdev-gperf.gperf | 83 + src/network/networkd-netdev-vxlan.c | 81 +++

Re: [systemd-devel] [PATCH] networkd: Support VXlan parameters

2014-11-14 Thread Tom Gundersen
Hi Susant, Thanks for this! On Fri, Nov 14, 2014 at 10:33 AM, Susant Sahani wrote: > V3: fix copy paste error > Add vxlan paramertes to config. > --- > man/systemd.netdev.xml | 30 > src/network/networkd-netdev-gperf.gperf | 7 ++- > src/network/networkd-netdev-vx

[systemd-devel] [PATCH] networkd: Support VXlan parameters

2014-11-14 Thread Susant Sahani
V3: fix copy paste error Add vxlan paramertes to config. --- man/systemd.netdev.xml | 30 src/network/networkd-netdev-gperf.gperf | 7 ++- src/network/networkd-netdev-vxlan.c | 81 + src/network/networkd-netdev-vxlan.h | 10 +++

Re: [systemd-devel] [PATCH] networkd: Support VXlan parameters

2014-11-14 Thread Susant Sahani
On 11/14/2014 01:48 PM, Ronny Chevalier wrote: 2014-11-14 8:44 GMT+01:00 Susant Sahani : Hi, Hi, Add vxlan paramertes to config. --- +r = sd_rtnl_message_append_u32(m, IFLA_VXLAN_AGEING, v->fdb_ageing / USEC_PER_MSEC); s/USEC_PER_MSEC/USEC_PER_SEC/ Good catch thanks

[systemd-devel] [PATCH] networkd: Support VXlan parameters

2014-11-14 Thread Susant Sahani
Add vxlan paramertes to config. --- man/systemd.netdev.xml | 30 + src/network/networkd-netdev-gperf.gperf | 7 ++- src/network/networkd-netdev-vxlan.c | 75 + src/network/networkd-netdev-vxlan.h | 8 src/network/networkd.

Re: [systemd-devel] [PATCH] networkd: Support VXlan parameters

2014-11-14 Thread Ronny Chevalier
2014-11-14 8:44 GMT+01:00 Susant Sahani : Hi, > Add vxlan paramertes to config. > --- > man/systemd.netdev.xml | 30 + > src/network/networkd-netdev-gperf.gperf | 7 ++- > src/network/networkd-netdev-vxlan.c | 75 > + > src/networ

[systemd-devel] [PATCH] networkd: Support VXlan parameters

2014-11-13 Thread Susant Sahani
Add vxlan paramertes to config. --- man/systemd.netdev.xml | 30 + src/network/networkd-netdev-gperf.gperf | 7 ++- src/network/networkd-netdev-vxlan.c | 75 + src/network/networkd-netdev-vxlan.h | 8 src/network/networkd.