]> Git Repo - u-boot.git/commit - include/ethsw.h
drivers/net/vsc9953: Add commands for VLAN ingress filtering
authorCodrin Ciubotariu <[email protected]>
Fri, 24 Jul 2015 13:55:35 +0000 (16:55 +0300)
committerYork Sun <[email protected]>
Mon, 21 Sep 2015 15:29:48 +0000 (08:29 -0700)
commit5ed1bacd3402a3153c8306766ad099b2261ebe36
tree716d2542009e03ac42f2e237f2c015dfa1b6a433
parent21d214fcd0a12c75ebb9c675f0f07b8e69f6cb44
drivers/net/vsc9953: Add commands for VLAN ingress filtering

The command:
ethsw [port <port_no>] ingress filtering
     { [help] | show | enable | disable }
  - enable/disable VLAN ingress filtering on port

can be used to enable/disable/show VLAN ingress filtering on a port.
This command has also been added to the ethsw generic parser
from common/cmd_ethsw.c

Signed-off-by: Johnson Leung <[email protected]>
Signed-off-by: Codrin Ciubotariu <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Reviewed-by: York Sun <[email protected]>
common/cmd_ethsw.c
drivers/net/vsc9953.c
include/ethsw.h
This page took 0.03393 seconds and 4 git commands to generate.