Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-21 | Rewrite ipip6-tunnel setup to use netlink and add support for FMRs | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2013-12-08 | Tunnel don't fragment bit configurable | Hans Dedecker | |
Make tunnel don't fragment bit configurable via UCI Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2013-12-08 | netifd: Apply tunnel MTU | Hans Dedecker | |
Tunnel MTU is applied according to the tunnel MTU UCI parameter Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2013-06-10 | config: use the new uci_blob library code | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-05-13 | Add support for IP in IPv6 tunnels (DS-Lite) | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2012-10-29 | use FD_CLOEXEC instead of tracking lists of fds | Felix Fietkau | |
2012-06-18 | Add 6rd options to tunnel spec. | Stéphan Kochen | |
This patch adds support for setting the 6rd tunnel options. These are the same options normally specified with `ip tunnel 6rd ...`. Signed-off-by: Stéphan Kochen <stephan@kochen.nl> | |||
2012-05-04 | add copyright headers | Felix Fietkau | |
2012-03-15 | system-linux: add functions for adding/removing ip tunnels (currently only ↵ | Felix Fietkau | |
sit supported) |