Re: [PATCH net-next v2] ipv4: include NLM_F_APPEND flag in append route notifications

2015-06-21 Thread David Miller
From: roopa Date: Wed, 17 Jun 2015 13:37:23 -0700 > On 6/17/15, 11:30 AM, Scott Feldman wrote: >> On Wed, Jun 17, 2015 at 11:07 AM, Roopa Prabhu >> wrote: >>> From: Roopa Prabhu >>> >>> This patch adds NLM_F_APPEND flag to struct nlmsg_hdr->nlmsg_flags >>> in newroute notifications if the route

Re: [PATCH net-next v2] ipv4: include NLM_F_APPEND flag in append route notifications

2015-06-17 Thread roopa
On 6/17/15, 11:30 AM, Scott Feldman wrote: On Wed, Jun 17, 2015 at 11:07 AM, Roopa Prabhu wrote: From: Roopa Prabhu This patch adds NLM_F_APPEND flag to struct nlmsg_hdr->nlmsg_flags in newroute notifications if the route add was an append. (This is similar to how NLM_F_REPLACE is already par

Re: [PATCH net-next v2] ipv4: include NLM_F_APPEND flag in append route notifications

2015-06-17 Thread Scott Feldman
On Wed, Jun 17, 2015 at 11:07 AM, Roopa Prabhu wrote: > From: Roopa Prabhu > > This patch adds NLM_F_APPEND flag to struct nlmsg_hdr->nlmsg_flags > in newroute notifications if the route add was an append. > (This is similar to how NLM_F_REPLACE is already part of new > route replace notification

[PATCH net-next v2] ipv4: include NLM_F_APPEND flag in append route notifications

2015-06-17 Thread Roopa Prabhu
From: Roopa Prabhu This patch adds NLM_F_APPEND flag to struct nlmsg_hdr->nlmsg_flags in newroute notifications if the route add was an append. (This is similar to how NLM_F_REPLACE is already part of new route replace notifications today) This helps userspace determine if the route add operatio