* [PATCH iproute2 net-next] ipneigh: support setting of NTF_ROUTER on neigh entries
@ 2018-09-25 21:15 Roopa Prabhu
2018-09-28 16:57 ` David Ahern
0 siblings, 1 reply; 3+ messages in thread
From: Roopa Prabhu @ 2018-09-25 21:15 UTC (permalink / raw)
To: dsahern; +Cc: netdev
From: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
---
ip/ipneigh.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ip/ipneigh.c b/ip/ipneigh.c
index a0af705..5747152 100644
--- a/ip/ipneigh.c
+++ b/ip/ipneigh.c
@@ -139,6 +139,8 @@ static int ipneigh_modify(int cmd, int flags, int argc, char **argv)
dst_ok = 1;
dev_ok = 1;
req.ndm.ndm_flags |= NTF_PROXY;
+ } else if (strcmp(*argv, "router") == 0) {
+ req.ndm.ndm_flags |= NTF_ROUTER;
} else if (strcmp(*argv, "dev") == 0) {
NEXT_ARG();
dev = *argv;
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH iproute2 net-next] ipneigh: support setting of NTF_ROUTER on neigh entries
2018-09-25 21:15 [PATCH iproute2 net-next] ipneigh: support setting of NTF_ROUTER on neigh entries Roopa Prabhu
@ 2018-09-28 16:57 ` David Ahern
2018-09-29 15:02 ` Roopa Prabhu
0 siblings, 1 reply; 3+ messages in thread
From: David Ahern @ 2018-09-28 16:57 UTC (permalink / raw)
To: Roopa Prabhu; +Cc: netdev
On 9/25/18 3:15 PM, Roopa Prabhu wrote:
> From: Roopa Prabhu <roopa@cumulusnetworks.com>
>
> Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
> ---
> ip/ipneigh.c | 2 ++
> 1 file changed, 2 insertions(+)
>
applied to iproute2-next.
And then I noticed you did not update the help or the man page. Please
send a follow up.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH iproute2 net-next] ipneigh: support setting of NTF_ROUTER on neigh entries
2018-09-28 16:57 ` David Ahern
@ 2018-09-29 15:02 ` Roopa Prabhu
0 siblings, 0 replies; 3+ messages in thread
From: Roopa Prabhu @ 2018-09-29 15:02 UTC (permalink / raw)
To: David Ahern; +Cc: netdev
On Fri, Sep 28, 2018 at 9:57 AM David Ahern <dsahern@gmail.com> wrote:
>
> On 9/25/18 3:15 PM, Roopa Prabhu wrote:
> > From: Roopa Prabhu <roopa@cumulusnetworks.com>
> >
> > Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
> > ---
> > ip/ipneigh.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
>
> applied to iproute2-next.
>
> And then I noticed you did not update the help or the man page. Please
> send a follow up.
Oops, looks like i missed including it in this patch before sending.
will post it today.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-09-29 21:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-25 21:15 [PATCH iproute2 net-next] ipneigh: support setting of NTF_ROUTER on neigh entries Roopa Prabhu
2018-09-28 16:57 ` David Ahern
2018-09-29 15:02 ` Roopa Prabhu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox