| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Richard Gering <rg4github@dutchies.us>
|
|\
| |
| | |
ddns-scripts: update sitelutions url
|
| |
| |
| |
| | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \
| | |
| | | |
python-ciso8601: fix missing src package
|
| |/
| |
| |
| | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \
| | |
| | | |
python-babel: add new package
|
| | |
| | |
| | |
| | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-contextlib2: bump to version 0.6.0.post1
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Karel Kočí <cynerd@email.cz>
|
|\ \ \ \
| | | | |
| | | | | |
python-appdirs: update to version 1.4.4
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is just maintenance release with minor tweaks. Project officially
reports itself as stable now.
Signed-off-by: Karel Kočí <cynerd@email.cz>
|
|\ \ \ \
| | | | |
| | | | | |
python-intelhex: add patch to fix Python 3.9 compatibility
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This fixes this library on Python 3.9.
Signed-off-by: Karel Kočí <cynerd@email.cz>
|
|\ \ \ \
| | | | |
| | | | | |
python-jsonpath-ng: bump to version 1.5.2
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Karel Kočí <cynerd@email.cz>
|
|\ \ \ \
| | | | |
| | | | | |
bigclown-mqtt2influxdb: bump to version 1.4.0
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Karel Kočí <cynerd@email.cz>
|
|\ \ \ \
| |_|_|/
|/| | | |
bigclown-firmware-tool: bump to version 1.5.2
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Karel Kočí <cynerd@email.cz>
|
|\ \ \
| | | |
| | | | |
udpxy: fix error 'enable verbose' command flag in init script
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Meano <meano@foxmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
mxml: update to 3.2
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
ddns-scripts: use ip_source as bind_network default
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes: #13182 on https://github.com/openwrt/packages
Signed-off-by: Joel Johnson <mrjoel@lixil.net>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
mwan3: mwan3track via default routing table and use procd from mwan3track & mwan3rtmon
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: James White <james@jmwhite.co.uk>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- reduce duplicate logging code
- simplify nping track code
- simplify ping result parsing
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
With the new wrapper code, we can override the broken binding behavior of
iputils ping v20101006.
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
also use global IPv4_REGEX environment variable as consistent IPv4 regex
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
libfreetype: update to 2.10.4
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update to the latest upstream version, fixing CVE-2020-15999 among
other things.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also updated compability options to build in supported by musl format
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
|\ \ \ \
| |_|/ /
|/| | | |
libndpi: Update to 3.4
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|\ \ \
| | | |
| | | | |
psmisc: add package
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \
| | | |
| | | | |
reptyr: add package
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \
| | | |
| | | | |
golang: Update to 1.15.3
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|