Skip to content
Snippets Groups Projects
Commit 0998065a authored by Luka Perkov's avatar Luka Perkov
Browse files

generic: ar8216: add port mirroring


Tested on Buffalo WZR-600DHP with ar8316 switch. Commands used to mirror both
RX and TX traffic from LAN port 1 to LAN port 4:

$ swconfig dev switch0 set enable_mirror_rx 1
$ swconfig dev switch0 set enable_mirror_tx 1
$ swconfig dev switch0 set mirror_monitor_port 4
$ swconfig dev switch0 set mirror_source_port 1

Signed-off-by: default avatarColin Leitner <colin.leitner@googlemail.com>
Tested-by: default avatarLuka Perkov <luka@openwrt.org>

SVN-Revision: 36713
parent 90887b5f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment