| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
NOTE: This commit just moves files around, without actually fixing the
Makefiles and specfile. See follow up commits which resolve this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ifup-tunnel: Support 'external' tunnels
This is a newish feature upstream. You can now set the external flag on a
ip6_tunnel type interface (though not the primary one, ip6tnl0), and doing so
will allow it to decapsulate any packet, and assuming that the inner address is
the one on that interface, it'll drop it back on the stack.
This is useful for DSR vips. While v6-in-v6 was already supported, this allows
v4-in-v6 which is necessary to serve v4 traffic in a v6only infrastructure.
There's comments in ifup-tunnel that imply it was designed only for GRE tunnels,
but this still seems like the best place for this.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
ifup-tunnel fails for openNHRP type tunnels because the PEER_OUTER_IPADDR is
generated dynamically and therefore not given for this type of tunnels.
openNHRP tunnels also need a key, this is also added.
|
| |
|
| |
|
| |
|
|
Razvan Corneliu C.R. Vilt <razvan.vilt@linux360.ro>,
Aaron Hope <aaron.hope@unh.edu> and Sean Millichamp <sean@enertronllc.com>)
check_device_down: Handle tunnel_device@NONE: <...>
|