forked from Ivasoft/openwrt
ar8216: add swconfig attributes for ARL table flushing
Add swconfig attributes for flushing the ARL table globally or per port. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 46382
This commit is contained in:
@@ -1138,6 +1138,12 @@ static const struct switch_attr ar8327_sw_attr_globals[] = {
|
||||
.set = NULL,
|
||||
.get = ar8xxx_sw_get_arl_table,
|
||||
},
|
||||
{
|
||||
.type = SWITCH_TYPE_NOVAL,
|
||||
.name = "flush_arl_table",
|
||||
.description = "Flush ARL table",
|
||||
.set = ar8xxx_sw_set_flush_arl_table,
|
||||
},
|
||||
};
|
||||
|
||||
static const struct switch_attr ar8327_sw_attr_port[] = {
|
||||
@@ -1162,6 +1168,12 @@ static const struct switch_attr ar8327_sw_attr_port[] = {
|
||||
.get = ar8327_sw_get_eee,
|
||||
.max = 1,
|
||||
},
|
||||
{
|
||||
.type = SWITCH_TYPE_NOVAL,
|
||||
.name = "flush_arl_table",
|
||||
.description = "Flush port's ARL table entries",
|
||||
.set = ar8xxx_sw_set_flush_port_arl_table,
|
||||
},
|
||||
};
|
||||
|
||||
static const struct switch_dev_ops ar8327_sw_ops = {
|
||||
|
||||
Reference in New Issue
Block a user