We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To get darkstat to initialize with any interface other than 'lan' (e.g. qmimux0), I had to change
'lan'
qmimux0
packages/net/darkstat/files/darkstat.init
Lines 38 to 41 in d6ad088
to
build_config_string() { local cfg="$1" config_get interface $cfg interface network_get_device ifname "$interface" || ifname="$interface"
# darkstat --version darkstat 3.0.719 (using libpcap version 1.9.1 (with TPACKET_V3))
Teltonika RUTX11, firmware RUTX_R_00.07.10.2 based on OpenWrt 21.02
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To get darkstat to initialize with any interface other than
'lan'
(e.g.qmimux0
), I had to changepackages/net/darkstat/files/darkstat.init
Lines 38 to 41 in d6ad088
to
Teltonika RUTX11, firmware RUTX_R_00.07.10.2 based on OpenWrt 21.02
The text was updated successfully, but these errors were encountered: