aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* mwan3: adjust dependency from ip-full to ipHannu Nyman2018-03-23
| | | | | | | | | | | Adjust the dependency from ip-full back to ip. Returning back to "ip" is now possible as busybox does not provide "ip" any more, making "ip" again reference to ip-tiny or ip-full. Reference to discussion in #5747 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* reaver: Update to 1.6.4Rosen Penev2018-03-22
| | | | | Compile tested on ar71xx Signed-off-by: Rosen Penev <rosenp@gmail.com>
* unbound: fix SLAAC DNS inferenceEric Luehrsen2018-03-19
| | | | | | | Bug: If DHCPv4 MAC are used to infer SLAAC and the forth position of the subnet /64 is 0 (X:X:X:0::/64), then DNS records where malformed. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* Merge pull request #5772 from ryzhovau/softflowd-srcHannu Nyman2018-03-19
|\ | | | | softflowd: use Google Storage API to get sources from former Googlecode
| * softflowd: use Google Storage API to get sources from former GooglecodeAlexander Ryzhov2018-03-16
| | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | unbound: add domain resolution control optionsEric Luehrsen2018-03-18
| | | | | | | | | | | | | | | | | | | | | | - Add domain_forward to permit designated domains to forward instead of recurse as listed in resolve.conf.auto from DHCP WAN client - Update rebind_protection and add rebind_interface to protect IP6 GLA locally just like RFC 1918 protection - Rename trigger to trigger_interface with backwards compatability - Update odhcpd script for efficiency handling many clients Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | unbound: update to 1.7.0Eric Luehrsen2018-03-18
| | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | Merge pull request #5777 from TDT-AG/pr/20181316-net-wan3-updateHannu Nyman2018-03-18
|\ \ | | | | | | net/wan3: add some enhancements
| * | net/mwan3: update version to 2.6.11Florian Eckert2018-03-16
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | net/mwan3: update hint in mwan3.user for connected/disconnectedFlorian Eckert2018-03-16
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | net/mwan3: deviate max interface value from mmx_mask valueFlorian Eckert2018-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need always three of the firewall mask value for * default routing table * blackhole * unreachable the other will be used for the interfaces. * If we have set the mmx_mask to max 0xFF00 (8 bit set) we could use max 252 interfaces. * If we have set the mmx_mask to min 0x0E00 (3 bit set) we could use max 4 interfaces. Only the ones are counting from the firewall mask value. Minimal three firewall mask bit vaules must be set. Maximal eight firewall mask bit vaules could be set. Table overview mmx_mask value bits vs. max interfaces mmx_mask value bits set 1 -> not usefull mmx_mask value bits set 2 -> not usefull mmx_mask value bits set 3 -> 4 Interfaces (mask example 0x0E) mmx_mask value bits set 4 -> 12 Interfaces mmx_mask value bits set 5 -> 28 Interfaces mmx_mask value bits set 6 -> 60 Interfaces mmx_mask value bits set 7 -> 124 Interfaces mmx_mask value bits set 8 -> 252 Interfaces (mask example 0xFF) Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | net/mwan3: remove unused local variablesFlorian Eckert2018-03-16
| | | | | | | | | | | | | | | | | | Remove unused local variables Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | net/mwan3: add connected/disconnected ACTION to mwan3trackFlorian Eckert2018-03-16
| |/ | | | | | | | | | | | | | | | | | | | | | | Add a new ACTIONs: * connected ACTION is called once if mwan3track reach all configured track_ips * disconnected ACTION is called once if mwan3track is unable to reach the track_ips The connected/disconnected will called only by mwan3track in opposite the ACTIONs ifup/ifdown will also be called by netifd. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* / wifidog-ng: update to 1.2.4Jianhui Zhao2018-03-18
|/ | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* wifidog-ng: update 1.2.0Jianhui Zhao2018-03-16
| | | | | | | 78c472b Support allow doamin by ubus eb6036d support add/del client by ubus Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* Merge pull request #5763 from neheb/patch-1Hannu Nyman2018-03-15
|\ | | | | aircrack-ng: Add -std=gnu89 to fix compile issues.
| * aircrack-ng: Add -std=gnu89 to fix compile issues.Rosen Penev2018-03-14
| | | | | | | | | | The code assumes pre-C99 inlining. This causes issues with GCC7 which assumes C11. Add std=gnu89 to restore proper behavior. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #5657 from iamperson347/stubby0.2.2Hannu Nyman2018-03-15
|\ \ | |/ |/| stubby: Bump to 0.2.2 plus updates to default config
| * stubby: Bump to 0.2.2 plus updates to default configDavid Mora2018-02-21
| | | | | | | | | | | | Bump version plus changes to address concerns regarding default config for stubby provided with this package Signed-off-by: David Mora <iamperson347+public@gmail.com>
* | openvswitch: bump to version 2.8.2Yousong Zhou2018-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 2.8.2 as recorded in NEWS-2.8.2 - NSH implementation now conforms to latest draft (draft-ietf-sfc-nsh-28). - Bug fixes 0006-adapt-ovs-scripts.patch was splited into two separate patches as the original patch does not apply against 2.8.2 anymore. Other patches are just re-numbered without actual function change Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | pagekitec: add new packageKarl Palsson2018-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From the package description: PageKite is a system for running publicly visible servers (generally web servers) on machines without a direct connection to the Internet, such as mobile devices or computers behind restrictive firewalls. PageKite works around NAT, firewalls and IP-address limitations by using a combination of tunnels and reverse proxies. This package provides an implementation of the PageKite Protocol in C, optimized for high-performance or embedded applications. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | git: use hardlinks for /usr/lib/git-core/git{,-shell,-upload-pack}Peter Wagner2018-03-13
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | openvswitch: add missing dependencyFelix Fietkau2018-03-13
| | | | | | | | | | | | Fixes a build error Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | Merge pull request #5092 from TDT-AG/pr/20171109-fix-libubox-dependenciesHannu Nyman2018-03-12
|\ \ | | | | | | mwan3: fix package to dependency
| * | net/mwan3: add jshn and ip-full to package dependencyFlorian Eckert2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | * The mwan3 scripts sources ". /usr/share/libubox/jshn.sh" * Mwan3 only works if ip-full is installed Error -> "ip: invalid argument '0xfd00/0xff00' to 'fwmark'" Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #5749 from zhaojh329/wifidog-ngHannu Nyman2018-03-12
|\ \ \ | | | | | | | | wifidog-ng: Update to 1.1.4
| * | | wifidog-ng: Update to 1.1.4Jianhui Zhao2018-03-12
| |/ / | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | Merge pull request #5634 from sartura/sysrepo_v0.7.3_python_lua_bindingsMarko Ratkaj2018-03-12
|\ \ \ | |/ / |/| | sysrepo: add python2 and lua5.1 language bindings
| * | sysrepo: add python2 and lua5.1 language bindingsMatija Amidzic2018-02-20
| | | | | | | | | | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
* | | xl2tpd: bump to version 1.3.11Yousong Zhou2018-03-12
| | |
* | | wifidog-ng: Update to 1.1.3Jianhui Zhao2018-03-11
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | wifidog-ng: Update to 1.1.1Jianhui Zhao2018-03-11
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | Merge pull request #5733 from zhaojh329/wifidog-ngHannu Nyman2018-03-10
|\ \ \ | | | | | | | | wifidog-ng: Add package
| * | | wifidog-ng: Add packageJianhui Zhao2018-03-09
| | | | | | | | | | | | | | | | | | | | | | | | Next generation WifiDog Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | Merge pull request #5719 from fededim/masterHannu Nyman2018-03-10
|\ \ \ \ | | | | | | | | | | sstp-client: updated to 1.0.12
| * | | | sstp-client: updated to 1.0.12Federico Di Marco2018-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | softethervpn: updated to 4.25-9656 Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | | | Merge pull request #5724 from jemyzhang/masterHannu Nyman2018-03-10
|\ \ \ \ \ | | | | | | | | | | | | net/https-dns-proxy: Update to 2018-01-28
| * | | | | net/https-dns-proxy: Update to 2018-01-28Jemy Zhang2018-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + initial DNS resolve via proxy + option of subnet address + option of proxy server Signed-off-by: Jemy Zhang <jemy.zhang@gmail.com>
* | | | | | Merge pull request #5166 from TDT-AG/pr/20171122-keepalived-uci-improvementsHannu Nyman2018-03-09
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | net/keepalived: uci improvements
| * | | | | net/keepalived: bump PKG_RELEASE add co maintainerFlorian Eckert2018-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PKG_RELEASE number to 2 - Add me as co maintainer Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/keepalived: remove unsupported notify form print_notify statementFlorian Eckert2018-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unsupported "notify" script during uci config generation. This change will remove keepalived warnings on startup. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/keepalived: add procd_add_reload_triggerFlorian Eckert2018-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do service reload handling by procd. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/keepalived: change use_vmac to booleanFlorian Eckert2018-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Append use_vmac with no_val_ so that the uci generation will treat this as an boolean option. If the option is set then a interface with vrrp.{virtual_router_id} is added to the system. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/keepalived: update keepalived.conf generation headerFlorian Eckert2018-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add date info to keepalived config generated. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/keepalived: on virtual IP allow empty device optionFlorian Eckert2018-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If ip is referenced in the instance section it is not necessary to add a device option on every "ip_address". In most sitution it es enough to add only an ip. Allow empty device option will solve this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/keepalived: fix kmod-macvlan dependencyFlorian Eckert2018-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the option 'use_vmac' is selected in a keepalived config and kmod-macvlan is not installed then keepalived raise an error. Netlink: error: Not supported, type=(16), seq=1510647577, pid=0 vmac: Error creating VMAC interface vrrp.42 for vrrp_instance xxx!!! Add 'kmod-macvlan' to the package dependency list fixes this error. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | rp-pppoe: depend on ppp instead of selecting itFelix Fietkau2018-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ppp has multiple variants, so selecting one of them introduces a recursive dependency for any packge selecting it. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | rp-pppoe: fix pppoe server issuesFelix Fietkau2018-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use ppp-mod-pppoe instead of shipping its own broken plugin Always use rp-pppoe.so instead of the (not packaged) pppoe user space implementation Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | rp-pppoe: fix linker errorsFelix Fietkau2018-03-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | rp-pppoe: refresh patchesFelix Fietkau2018-03-07
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>