]> git.ipfire.org Git - thirdparty/iproute2.git/commit
Fix typo in tunnel code (o_key vs. i_key).
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 12 Oct 2007 08:56:40 +0000 (10:56 +0200)
committerStephen Hemminger <shemminger@linux-foundation.org>
Wed, 17 Oct 2007 17:04:53 +0000 (10:04 -0700)
commit4282c6c52b4f1f4b5e1ef5ef377c342ca87e0b73
tree848ad1133409c842da42a327cdcf8247520952a1
parentd21e88354b2a42b026384730a767f2108bcf8efe
Fix typo in tunnel code (o_key vs. i_key).

If a dotted quad ikey is specified for GRE tunnels, it gets set as the
okey instead.  This patch fixes it. (http://bugs.debian.org/200714)

Signed-off-by: Andreas Henriksson <andreas@fatal.se>
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
ip/iptunnel.c