History log of /external/iproute2/ip/link_gre.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ff24746cca1ef0c92d46614158e6672acd6b63d3 10-Apr-2012 Stephen Hemminger <shemminger@vyatta.com> Convert to use rta_getattr_ functions

User new functions (inspired by libmnl) to do type safe access
of routeing attributes
/external/iproute2/ip/link_gre.c
718165534d0c57ea23c536f57affe7f04a33199a 20-Mar-2012 Stephen Hemminger <shemminger@vyatta.com> gre: allow 0 as a legal key value

There is nothing in the standard that says 0 can't be used as a key.
It makes sense to allow it. Also fix typo where ikey was printed for
when printing okey.
/external/iproute2/ip/link_gre.c
cd70f3f522e04b4d2fa80ae10292379bf223a53b 28-Dec-2011 Stephen Hemminger <shemminger@vyatta.com> libnetlink: remove unused junk callback

Both rtnl_talk and rtnl_dump had a callback for handling portions
of netlink message that do not match the correct pid or seq.
But this callback was never used by any part of iproute2 so remove
it.
/external/iproute2/ip/link_gre.c
ea71beacacb9ebf756bbc250c71df59ec2f46243 28-Nov-2010 Stephen Hemminger <stephen.hemminger@vyatta.com> Use standard routines for interface name to index etc

Use the available libraries for mapping from interface index to name
or type. This should speed up display with lots of interfaces
/external/iproute2/ip/link_gre.c
1957a322c9932e1a1d2ca1fd37ce4b335ceb7113 24-Mar-2009 Stephen Hemminger <stephen.hemminger@vyatta.com> Fix headers needed for gre

Need to get right headers or build breaks.
/external/iproute2/ip/link_gre.c
72c771b20e38eaabb7699625fcdc144a51771f9c 07-Jan-2009 Herbert Xu <herbert@gondor.apana.org.au> Update version of IP gre

This patch adds support for configuring GRE tunnels using the
new rtnl_link interface. This only works on kernels that have
the new GRE configuration interface.

This is accessed through the "ip link" command. The previous
tunnel configuration interface "ip tunnel" remains as it is
and should be retained for compatibility with old kernels.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
/external/iproute2/ip/link_gre.c
237d9e82c56918a1c972e6f30dd3cf1cfb957412 09-Oct-2008 Herbert Xu <herbert@gondor.apana.org.au> ip: gre: Add GRE configuration support through rtnl_link

This patch adds support for configuring GRE tunnels using the
new rtnl_link interface. This only works on kernels that have
the new GRE configuration interface.

This is accessed through the "ip link" command. The previous
tunnel configuration interface "ip tunnel" remains as it is
and should be retained for compatibility with old kernels.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
/external/iproute2/ip/link_gre.c