All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ren Junyuan <renjy@cn.fujitsu.com>
To: netdev@vger.kernel.org, davem@sunset.davemloft.net
Subject: Question about the email about "[PATCH 2/3] IPV6: unify 3 similar code path in ndisc_recv_ns()"
Date: Thu, 08 Nov 2007 15:04:40 +0800	[thread overview]
Message-ID: <4732B508.60100@cn.fujitsu.com> (raw)

Dear David S. Miller :

Happy to write to you.
In the email  <20040206.181006.79694138.yoshfuji@linux-ipv6.org >
<http://oss.sgi.com/archives/netdev/2004-02/msg00111.html>>,
yoshfuji unified 3  similar code patch in ndisc_recv_ns(). I have a 
question
about the "flags sent with  
NA in reply to this NS" .  In the kernel 2.4.21,
it is as follows:
 ndisc_send_na(dev, neigh, saddr,
                  &msg->target,
                      idev->cnf.forwarding, 1, 0, inc);
in you patch it is as follows:
ndisc_send_na(dev, neigh, saddr, &msg->target,
                idev->cnf.forwarding,
                1, (ifp != NULL && inc), inc);
Can you tell me why you modified the flag O(override)?
Thanks a lot!

-- 
Regards
Ren Junyuan
 --------------------------------------------------
 Ren Junyuan
 Development Dept.I
 Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
 8/F., Civil Defense Building, No.189 Guangzhou Road,
 Nanjing, 210029, China 
 TEL: +86+25-86630566-851
 COINS: 79955-851
 FAX: +86+25-83317685
 MAIL: renjy@cn.fujitsu.com



                 reply	other threads:[~2007-11-08  7:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4732B508.60100@cn.fujitsu.com \
    --to=renjy@cn.fujitsu.com \
    --cc=davem@sunset.davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.