[FS#3598] Trival Relay (trelay) should set up the relayed port into promiscuous mode

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Tue Jan 26 22:23:44 EST 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Dawid Wróbel (wrobelda) 

Attached to Project - OpenWrt/LEDE Project
Summary - Trival Relay (trelay) should set up the relayed port into promiscuous mode
Task Type - Bug Report
Category - Packages
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - openwrt-19.07
Due in Version - Undecided
Due Date - Undecided
Details - Supply the following if possible:
 - Device problem occurs on
//VirtIO NIC//
 - Software versions of OpenWrt/LEDE release, packages, etc.
//OpenWrt 19.07.6 r11278
kmod-trelay - 4.14.215+0.1-2//

 - Steps to reproduce
Set up trival relay, /etc/config/trelay:

//config trelay
	option enabled	1
	option dev1	eth0
	option dev2	wlan0   //

The relay works only if eth0 is put in promiscuous mode. This can be easily handled by updating /etc/init.d/trelay to set it up automatically:

//	ip link set dev "$dev1" up
        ip link set dev "$dev1" promisc on
	ip link set dev "$dev2" up //

 

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3598

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list