mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-12 12:19:07 +01:00
Ticket refs #6624: Bridging-LowerLayers of management port will be wrong after setting the LowerLayers of non-management port
This commit is contained in:
parent
3222ddd4f0
commit
d42bd920d3
1 changed files with 1 additions and 1 deletions
|
|
@ -2207,7 +2207,7 @@ static int set_BridgingBridgePort_LowerLayers(char *refparam, struct dmctx *ctx,
|
|||
// Update port option in dmmap
|
||||
dmuci_set_value_by_section(((struct bridge_port_args *)data)->bridge_port_dmmap_sec, "port", linker);
|
||||
|
||||
update_device_management_port(port_device, linker, ((struct bridge_port_args *)data)->br_inst);
|
||||
update_device_management_port(section_name(((struct bridge_port_args *)data)->bridge_port_dmmap_sec), linker, ((struct bridge_port_args *)data)->br_inst);
|
||||
} else {
|
||||
char *tag = strchr(port_device, '.');
|
||||
if (tag) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue