Ysurac / openmptcprouter

OpenMPTCProuter is an open source solution to aggregate multiple internet connections using Multipath TCP (MPTCP) on OpenWrt
https://www.openmptcprouter.com/
GNU General Public License v3.0
1.8k stars 259 forks source link

Remote syslog functionality does not work #3475

Open FPi-sh opened 1 month ago

FPi-sh commented 1 month ago

Expected Behavior

After setting log_ip, log_port and log_proto from cli or from gui, logread entries should be sent to remote syslog.

Current Behavior

Functionality does not work and syslogd daemon does not start because -R flag isn't supported. ("syslogd: unrecognized option: R")

Possible Solution

Replace syslogd with logd

Steps to Reproduce the Problem

  1. Set a remote syslog
  2. Check system log (does not work anymore)
  3. Check remote server (no log appears)

Context (Environment)

Specifications

Ysurac commented 1 month ago

It's available in v0.61 snapshot image, so will be in next release.