Matthias Schiffer
7c31643f5c
simple-tc: depend on KERNEL_NET_ACT_POLICE or kmod-sched
3 years ago
Martin Weinelt
fb1594606c
Merge pull request #233 from jluebbe/simple-tc
...
simple-tc: fix confusing program names in error messages
3 years ago
Jan Luebbe
17e2535632
simple-tc: fix confusing program names in error messages
3 years ago
Christof Schulze
63e6e0da06
mmfd: split package into mmfd and gluon-mmfd, bump mmfd version
...
* include ability to open socket
* include dependency for libjson-c
3 years ago
Christof Schulze
9c0ac53551
bump mmfd: remove babel dependency
3 years ago
Christof Schulze
aae659d48d
bump l3roamd version
...
* memory alignment fixes
* fixes for uninitialized memory
* fixes for neighbour detection (removal of neighbours)
* scheduling fixes in taskqueue
* schedule removal of nodes in NUD_PROBE
3 years ago
Matthias Schiffer
32c9f657d1
lua-simple-uci: luacheck fixes
3 years ago
Matthias Schiffer
cf0619a0f9
lua-simple-uci: do not use module(), do not rely on UCI internals
...
simple-uci was modifying the metatable of UCI cursor objects, thus changing
the behaviour of *all* UCI cursors, and not only UCI cursors that are
created through simple-uci.
3 years ago
Matthias Schiffer
9d26ec1cf9
pretty-hostname: do not use module()
3 years ago
genofire
fccb564ca5
l3roamd: bump version for Allow to run l3roamd without mesh interfaces
3 years ago
Christof Schulze
fbcd1b35f2
l3roamd: bump version for FIX when roaming within the first 4.5 seconds
3 years ago
Ruben Barkow
71d0566b37
autoupdater: clarify usage of -n in help
3 years ago
Matthias Schiffer
9a364fb8d0
respondd: fix crash caused by division by zero
...
Fixes: 31eb441db1
("respondd: make delays specific for group and interface")
3 years ago
Jan-Tarek Butt
67177de99a
libs/lua-math-polygon: add add math lib for gauss jordan Ponit in Polygon algorithm
...
Signed-off-by: Jan-Tarek Butt <tarek@ring0.de>
3 years ago
Matthias Schiffer
ac0f8ac4b5
batman-adv-legacy: update to latest git
...
ea42aed32284 batman-adv: Provide 3-argument access_ok fallback
3 years ago
Matthias Schiffer
cf3e8d1a08
respondd: exit on unknown command line parameters
3 years ago
Matthias Schiffer
0f57108e3d
respondd: make all internal functions static
3 years ago
Matthias Schiffer
593b2c6266
respondd: fix incorrect use of strncpy
...
Fortunately, the destination buffer is always big enough, so no buffer
overflow can happen. Use memcpy instead of strncpy to make this explicit
(and slightly more efficient).
3 years ago
Matthias Schiffer
31eb441db1
respondd: make delays specific for group and interface
...
Previously, delays were specific for interfaces, but not for the group
address. This behaviour was confusing when the same interface was passed
for multiple group addresses. Fix by keeping track of both groups and
interfaces.
3 years ago
Matthias Schiffer
2d89e972d9
respondd: fix inet_pton() error message
...
inet_pton() doesn't set errno on regular parse errors, so using perror()
doesn't make sense (and we avoid a confusing "Success" message).
3 years ago
Matthias Schiffer
a906d2447f
respondd: miniz: fix -Wmisleading-indentation warning
3 years ago
Matthias Schiffer
42da0795e2
batman-adv-legacy: update package version number
3 years ago
Matthias Schiffer
3dd5522889
batman-adv-legacy: restore Build/Prepare step
...
Fixes the missing /sys/module/batman_adv/version file used by various tools
to show the batman-adv module version number.
3 years ago
Linus Lüssing
df0dd9cd6b
batman-adv-legacy: update to latest git
...
66fe8cb Backport access_ok() changes
3167661 batman-adv: Remove ethtool .get_settings stub
46abfa1 batman-adv: add DAT cache netlink support
205ac81 batman-adv: Avoid endless loop in bat-on-bat netdevice check (#14 )
3 years ago
T-X
972e67f34b
batman-adv-legacy: remove batctl v2013.4 ( #213 )
...
With the netlink functions backported batman-adv-legacy works fine with
the upstream batctl. Therefore there is no more need to build and
install the old batctl v2013.4 version.
3 years ago
Claus Marxmeier
524ae77e9b
tunneldigger: update to newest upstream commit ( #216 )
...
- fixes broken Broker reset bug in tunneldigger-client wlanslovenija/tunneldigger#87 - now tunneldigger client resets error-tags and starts from scratch, when no Brokers are left over
- added cmake related patches to Makefile
3 years ago
Matthias Schiffer
a52d5ced54
Merge pull request #209 from freifunk-gluon/autoupdater-fix-version-compare
...
autoupdater: fix version compare bugs
4 years ago
Matthias Schiffer
30be52e03b
autoupdater: consider end of string smaller than all characters except for '~'
...
This fixes ordering for the following patterns:
* 1.0 < 1.0a
* 1.0a < 1.0ab
* 1.0a < 1.0a1
Note that trailing zeros are still ignored (1.0 == 1., 1test0 == 1test),
which matches the behaviour of dpkg and opkg.
4 years ago
Matthias Schiffer
688051cb21
autoupdater: fix regression in version compare
...
Version strings with the same prefix, e.g. "1.0" and "1.0~pre", or even
"1.0" and "1.0.1" were considered equal. This is a regression in the C
autoupdater rewrite.
4 years ago
Matthias Schiffer
1dc8416ac1
Merge pull request #204 from TDT-AG/pr/20181114-libplatforminfo
...
libplatforminfo: Add custom target
4 years ago
Florian Eckert
0835251ca9
libplatforminfo: extend Makefile to define compile with custom target
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years ago
Florian Eckert
90b26e3388
libplatforminfo: add Config.in for custom target
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years ago
Florian Eckert
3a9ea0b47f
libplatforminfo: add custom definition target
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years ago
Christof Schulze
2703207091
libbabelhelper: bump version, correct error handling on babel socket
4 years ago
Christof Schulze
8e768b3994
mmfd: bump version, include babeld reconnect fix
4 years ago
Christof Schulze
9e0b9bb314
l3roamd: allow to del_meshif for initially specified interfaces and get_meshifs on socket
4 years ago
Florian Eckert
54fac539c4
micrond: add PKG_LICENSE value
...
Add license.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years ago
Christof Schulze
d2c162fd42
bump libbabelhelper version
4 years ago
Christof Schulze
9eb42b848f
bump mmfd version
4 years ago
Christof Schulze
8fcc217b46
libbabelhelper: bump version
4 years ago
Christof Schulze
a5815a3562
bump mmfd
4 years ago
lemoer
50874ee142
respondd: add documentation for some protocol related functions ( #194 )
4 years ago
Christof Schulze
00c6b723c9
uc: add new package ( #192 )
4 years ago
Christof Schulze
c56ec3aab8
mmfd: bump version
4 years ago
Christof Schulze
521246b22f
l3roamd: bump version, fixing a crash, increasing efficiency and roaming stability by introducing ACK
4 years ago
Tobias
be2c357859
respondd-module-airtime: Fix reported noise result ( #190 )
...
The noise value delivered by nl80211 is actually a signed int8. Thus it
must be interpreted as a signed value, too.
Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
4 years ago
Matthias Schiffer
c34d129afb
batman-adv-legacy: update to git version 2018-06-03
...
7b775e93b7d2 batman-adv: Fix bat_ogm_iv best gw refcnt after netlink dump
4 years ago
lemoer
ed7ed7dcba
autoupdater: allow skipping the version check ( #187 )
...
this commit introduces a new cli flag "--force-version"
4 years ago
Christof Schulze
6268f870f1
mmfd: bump version to use new libbabelhelper, do not start verbose
4 years ago
Christof Schulze
f51707e1c5
libbabelhelper: bump version for new lexer
4 years ago