immortalwrt/target/linux/ramips
Yousong Zhou f8f41704ce ramips: mt7530: remove redundant global attrs for port mirroring
Global attributes enable_mirror_tx/enable_mirror_rx depend on runtime
value of another global attribute mirror_source_port which just resides
in the memory

The same functionality can be achieved by directly setting port
attribute of the same names.  E.g. the following two groups of commands
achieve the same thing

	swconfig dev switch0 set mirror_source_port 3
	swconfig dev switch0 set enable_mirror_tx 1
	swconfig dev switch0 set mirror_source_port 4
	swconfig dev switch0 set enable_mirror_tx 1

	swconfig dev switch0 port 3 set enable_mirror_tx 1
	swconfig dev switch0 port 4 set enable_mirror_tx 1

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-08 12:03:02 +08:00
..
base-files ramips: sync source code (#3260) 2020-02-22 12:39:52 +08:00
dts ramips: fix and tidy up DTS for D-Link DIR-810L 2020-03-08 12:00:21 +08:00
files-4.14/drivers ramips: mt7530: remove redundant global attrs for port mirroring 2020-03-08 12:03:02 +08:00
image ramips: add support for NETGEAR R6700v2/AC2400 2020-03-07 23:20:38 +08:00
mt76x8 ramips: sync source code (#3260) 2020-02-22 12:39:52 +08:00
mt7620 ramips: sync from openwrt v19.07 (#2938) 2020-02-05 23:47:49 +08:00
mt7621 ramips: add support for NETGEAR R6700v2/AC2400 2020-03-07 23:20:38 +08:00
patches-4.14 kernel: bump to 4.9.214, 4.14.171, 4.19.106 2020-02-29 01:23:18 +08:00
rt288x ramips: mt7621: add support for Netgear R6800 2019-12-13 08:25:54 -08:00
rt305x ramips: mt7621: add support for Netgear R6800 2019-12-13 08:25:54 -08:00
rt3883 ramips: sync from openwrt v19.07 (#2938) 2020-02-05 23:47:49 +08:00
Makefile target: sync with OpenWrt 19.07-rc2 2019-12-07 20:13:33 -08:00
modules.mk ramips: sync source code (#3260) 2020-02-22 12:39:52 +08:00