Fix applied in rtorrent-Pro build 181229.
For earlier releases here is fix.
1) Please edit file
2) Find this line:
3) Replace to this:
4) Restart rtorrent.
For earlier releases here is fix.
1) Please edit file
/etc/init.d/rtorrent.sh
2) Find this line:
Bash:
local _SYS_INTERFACE=$(ip addr show | awk '/inet.*brd/{print $NF}')
3) Replace to this:
Bash:
local _SYS_INTERFACE=`ip addr show | awk '/inet.*(brd|peer)/{print $NF}'`
4) Restart rtorrent.