]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
Update version of IP gre
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 7 Jan 2009 02:27:52 +0000 (18:27 -0800)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Wed, 7 Jan 2009 02:27:52 +0000 (18:27 -0800)
commit72c771b20e38eaabb7699625fcdc144a51771f9c
tree0591e6f66691ccfb1a012e9ba50b1168f806c632
parent237d9e82c56918a1c972e6f30dd3cf1cfb957412
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>
ip/link_gre.c