public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* No longer able to add iptunnel interface to bridge?
@ 2013-04-15 16:14 Tomas Agartz
  2013-04-15 18:12 ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: Tomas Agartz @ 2013-04-15 16:14 UTC (permalink / raw)
  To: netdev

After rebooting my router/firewall (Debian Wheezy with debian 3.2.41-2 
kernel), I am no longer able to add an iptunnel to a bridge interface.

The iptunnel is configured like this:

iptunnel add TUNNEL mode ipip remote x.x.x.x local y.y.y.y ttl 32
ifconfig TUNNEL z.z.z.z netmask 255.255.255.254 up

and this is what strace shows when I try to do "brctl addif test TUNNEL":

ioctl(3, SIOCBRADDIF, 0x7fffafba64c0)   = -1 EINVAL (Invalid argument)
ioctl(3, SIOCDEVPRIVATE, 0x7fffafba64c0) = -1 EINVAL (Invalid argument)

I have no idea if I might have changed something in userspace by misstake, 
or if there has been a change in the kernel since last reboot. The same 
machine has a different bridge with an L2TPv3 tunnel added, this works 
fine.

I understand that the info here is not much to go on, but I am unsure what 
else to attach. Plese ask for further info and I shall provide it!

Best regards,
Tomas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-16 23:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 16:14 No longer able to add iptunnel interface to bridge? Tomas Agartz
2013-04-15 18:12 ` Stephen Hemminger
2013-04-16 23:22   ` Tomas Agartz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox