From: Robert Shearman <rshearma@brocade.com>
To: Andy Gospodarek <gospo@cumulusnetworks.com>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
Bjornar Ness <bjornar.ness@gmail.com>,
"Sowmini Varadhan" <sowmini05@gmail.com>,
Eric Dumazet <eric.dumazet@gmail.com>,
"John W. Linville" <linville@tuxdriver.com>
Subject: Re: [RFC net-next 1/2] net: allow user to set IPv6 nexthop for IPv4 route
Date: Fri, 27 Mar 2015 11:53:01 +0000 [thread overview]
Message-ID: <5515449D.4080408@brocade.com> (raw)
In-Reply-To: <1427403928-1342-2-git-send-email-gospo@cumulusnetworks.com>
On 26/03/15 21:05, Andy Gospodarek wrote:
> diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h
> index bea910f..26cdd01 100644
> --- a/include/uapi/linux/rtnetlink.h
> +++ b/include/uapi/linux/rtnetlink.h
> @@ -306,6 +306,7 @@ enum rtattr_type_t {
> RTA_VIA,
> RTA_NEWDST,
> RTA_PREF,
> + RTA_GATEWAY6,
There shouldn't be any need to add a new attribute. The RTA_VIA
attribute that Eric Biederman recently introduced should have the
semantics that you require:
"RTA_VIA specifies the specifies the next machine to send a packet to
like RTA_GATEWAY. RTA_VIA differs from RTA_GATEWAY in that it
includes the address family of the address of the next machine to send
a packet to."
Thanks,
Rob
next prev parent reply other threads:[~2015-03-27 11:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-26 21:05 [RFC net-next/iproute2 0/2] net: infrastructure to support RFC-5549 Andy Gospodarek
2015-03-26 21:05 ` [RFC net-next 1/2] net: allow user to set IPv6 nexthop for IPv4 route Andy Gospodarek
2015-03-26 21:42 ` Sowmini Varadhan
2015-03-26 23:12 ` Julian Anastasov
2015-03-27 0:27 ` Andy Gospodarek
2015-03-27 11:53 ` Robert Shearman [this message]
2015-03-27 14:10 ` Andy Gospodarek
[not found] ` <CAJO99TkSaJjmvTjWOpnMLwNaf7A-q9_DvkppT+M77rSV0Syh0w@mail.gmail.com>
2015-04-08 2:52 ` Andy Gospodarek
2015-03-27 13:23 ` Sowmini Varadhan
2015-03-27 14:35 ` Andy Gospodarek
2015-03-27 14:37 ` Sowmini Varadhan
2015-03-26 21:05 ` [RFC iproute2 2/2] iproute2: " Andy Gospodarek
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=5515449D.4080408@brocade.com \
--to=rshearma@brocade.com \
--cc=bjornar.ness@gmail.com \
--cc=eric.dumazet@gmail.com \
--cc=gospo@cumulusnetworks.com \
--cc=linville@tuxdriver.com \
--cc=netdev@vger.kernel.org \
--cc=sowmini05@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox