summaryrefslogtreecommitdiffstats
path: root/ip/link_gre.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard routines for interface name to index etcStephen Hemminger2010-11-281-2/+2
| | | | | Use the available libraries for mapping from interface index to name or type. This should speed up display with lots of interfaces
* Fix headers needed for grev2.6.29-1Stephen Hemminger2009-03-241-1/+2
| | | | Need to get right headers or build breaks.
* Update version of IP greHerbert Xu2009-01-061-14/+87
| | | | | | | | | | | | 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>
* ip: gre: Add GRE configuration support through rtnl_linkHerbert Xu2009-01-061-0/+294
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>