aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* mwan3: Simplify default configuration, mostly use defaultsJames White2020-10-16
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* mwan3: cleanup mwan3trackAaron Goodman2020-10-16
| | | | | | | | - reduce duplicate logging code - simplify nping track code - simplify ping result parsing Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: add back support for iputils pingAaron Goodman2020-10-16
| | | | | | | With the new wrapper code, we can override the broken binding behavior of iputils ping v20101006. Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: add "use" function to mwan3 utilsAaron Goodman2020-10-16
| | | | | | | | | | | | | | | Use "mwan3 use" to wrap a command with interface bindings so that you can avoid the mwan3 rules and test behavior on a specific interface. eg "mwan3 use wan ping -c1 1.1.1.1" Additional binding arguments to the command will have their system calls intercepted and ignored. eg "mwan3 use wan ping -c1 -I tun0 1.1.1.1" will use the device associated with "wan", rather than "tun0". Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: use helper library for mwan3trackAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | Rather than using a special mwan3 user to manage mwan3track's tracking packets, this commit implements a small helper library to bind to device and to set a fwmark so that the tracking packets can be routed out of the correct interface. This provides a consistent method for binding to a device rather than relying on various packages potentially buggy implementations. For example: #8139 and #12836 This helper issue also allows for more tracking methods to be added even if they do not have a command line option to bind to device, such as iperf3 (eg #13050). Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: give warning if ip of incorrect family specified in a ruleAaron Goodman2020-10-16
| | | | | | also use global IPv4_REGEX environment variable as consistent IPv4 regex Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: use procd for mwan3rtmon and mwan3trackAaron Goodman2020-10-16
| | | | | | | | | | | start all mwan3mon and mwan3track instances on mwan3 start if an interface is down when mwan3track starts, it waits for a signal from the hotplug script to start procd can then handle stopping all of the scripts when mwan3 is halted Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: fix bug when one interface is a prefix of anotherAaron Goodman2020-10-16
| | | | | | | | correctly terminate interface status checks with new lines so that interface status does not get confused when one interface is a prefix of another interface. Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: only update src_iface rules on ifupAaron Goodman2020-10-16
| | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: improvements to route creationAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | handle creation of routing tables in mwan3rtmon to avoid race conditions and potentially missing routes handle ipv6 routes that have expiry update directly connected ipset when routes are added or deleted add fall through rules so that the default routing table is not used if no rule in the interface-specific routing table matches add option to comply with mwan3 source based routing get default route parameters from main routing table Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: use MWAN3TRACK_STATUS_DIR variable throughoutAaron Goodman2020-10-16
| | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: fixup some extra spaces and shellcheck warningsAaron Goodman2020-10-16
| | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* prosody: fix shellcheck warningsRosen Penev2020-10-15
| | | | | | | | | | Remove paxctl stuff. pax is not packaged in OpenWrt. Add reload support. Install lua cfg file as 644. It's needed to be readable as prosody user Signed-off-by: Rosen Penev <rosenp@gmail.com>
* prosody: update to 0.11.7Rosen Penev2020-10-15
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* jool: update to 4.1.4Rosen Penev2020-10-14
| | | | | | Added BUILDONLY to eliminate warning. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* modemmanager: bump to 1.14.6Nicholas Smith2020-10-15
| | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* Merge pull request #13656 from odmdas/freeradius3-fix_versionRosen Penev2020-10-14
|\ | | | | freeradius3: move "release_" from PKG_VERSION
| * freeradius3: move "release_" from PKG_VERSIONAlexey Dobrovolsky2020-10-14
| | | | | | | | | | | | | | The substring "release_" does not reflect the version number. In addition, package names will be shorter. Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
* | Merge pull request #13642 from ja-pa/ooniprobe-3.0.8Hannu Nyman2020-10-14
|\ \ | | | | | | ooniprobe: update to version 3.0.8
| * | ooniprobe: update to version 3.0.8Jan Pavlinec2020-10-14
| | | | | | | | | | | | | | | | | | | | | | | | Changes: -Add tag to disable QUIC -remove dependecy for measurement-kit Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | transmission: fix mbedtls searchRosen Penev2020-10-13
| | | | | | | | | | | | | | | | | | | | | mbedcrypto should be searched, not mbedtls. Also, there is no pkgconfig file with mbedtls. Fixed that as well. Removed Makefile hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13647 from jefferyto/seafile-server-7.1.5Rosen Penev2020-10-13
|\ \ \ | | | | | | | | seafile-server: Update to 7.1.5
| * | | seafile-server: Update to 7.1.5, refresh patchesJeffery To2020-10-13
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | seafile-seahub: Update to 7.1.5, refresh patchesJeffery To2020-10-13
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | seafile-ccnet: Update to 7.1.5Jeffery To2020-10-13
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #13651 from neheb/buildRosen Penev2020-10-13
|\ \ \ \ | |_|_|/ |/| | | treewide: add missing BUILDONLY
| * | | treewide: add missing BUILDONLYRosen Penev2020-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Makefile warnings: WARNING: skipping X -- package has no install section Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13641 from TDT-AG/pr/20201012-keepalivedFlorian Eckert2020-10-13
|\ \ \ \ | |/ / / |/| | | keepalived: update to 2.1.5
| * | | keepalived: update PKG_VERSION to 2.1.5Florian Eckert2020-10-12
| | |/ | |/| | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #13636 from neheb/pdnsr2Rosen Penev2020-10-12
|\ \ \ | | | | | | | | pdns-resursor: add missing dependency
| * | | pdns-resursor: add missing dependencyRosen Penev2020-10-11
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13639 from neheb/gethRosen Penev2020-10-12
|\ \ \ | |_|/ |/| | geth: update to 1.9.22
| * | geth: update to 1.9.22Rosen Penev2020-10-11
| |/ | | | | | | | | | | | | | | Removed bogus PKGARCH. Added nls.mk to fix compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13630 from blocktrron/pr-static-neighbor-reportsDavid Bauer2020-10-12
|\ \ | |/ |/| static-neighbor-reports: add package
| * static-neighbor-reports: add packageDavid Bauer2020-10-12
| | | | | | | | Signed-off-by: David Bauer <mail@david-bauer.net>
* | Merge pull request #13629 from ynezz/upstream/cgi-io-oot-projectRosen Penev2020-10-11
|\ \ | | | | | | cgi-io: move into out of tree project
| * | cgi-io: move into out of tree projectPetr Štetiar2020-10-11
| |/ | | | | | | | | | | | | | | | | | | No functional changes, just moved the sources into out of tree project[1] so it's going to be easier to do CI with unit testing, fuzzing etc. 1. https://git.openwrt.org/?p=project/cgi-io.git;a=shortlog Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | Merge pull request #13560 from odmdas/odmdas-freeradius3-metaRosen Penev2020-10-11
|\ \ | | | | | | freeradius3: add meta-package for default modules
| * | freeradius3: add meta-package for default modulesAlexey Dobrovolsky2020-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | This meta-package contains only dependencies for modules needed in FreeRADIUS default configuration. This commit adds missing description and install sections. Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
* | | Merge pull request #13633 from expiron/kcptun-updatesRosen Penev2020-10-11
|\ \ \ | | | | | | | | kcptun: bump to v20201010
| * | | kcptun: bump to v20201010Chao Liu2020-10-12
| | |/ | |/| | | | | | | Signed-off-by: Chao Liu <expiron18@gmail.com>
* / | nextdns: Update to version 1.8.6Olivier Poitrey2020-10-11
|/ / | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | Merge pull request #13627 from neheb/pdnsrrRosen Penev2020-10-10
|\ \ | | | | | | pdns-recursor: update to 4.3.4
| * | pdns-recursor: update to 4.3.4Rosen Penev2020-10-10
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13626 from neheb/pdnsdRosen Penev2020-10-10
|\ \ \ | | | | | | | | pdns: update to 4.3.1
| * | | pdns: update to 4.3.1Rosen Penev2020-10-10
| |/ / | | | | | | | | | | | | | | | Remove features removed upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / dnsdist: update to 1.5.1Rosen Penev2020-10-10
|/ / | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | fastd: update to v20Matthias Schiffer2020-10-10
| | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | Merge pull request #13615 from mlichvar/chrony-update-4.0Rosen Penev2020-10-10
|\ \ | | | | | | chrony: update to 4.0
| * | chrony: add NTS optionMiroslav Lichvar2020-10-09
| | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>