linux: fix regression in bridge VLAN configuration
(cherry picked from commit 24a08441d52480cf3332a100e24fdf9b83a8351a)
This commit is contained in:
committed by
github-actions[bot]
parent
1f180eafdb
commit
220b8ca902
@@ -20381,6 +20381,7 @@ in
|
||||
kernelPatches.bridge_stp_helper
|
||||
kernelPatches.request_key_helper
|
||||
kernelPatches.rtl8761b_support
|
||||
kernelPatches.rtnetlink_fix_regression_in_bridge_vlan_configuration
|
||||
];
|
||||
};
|
||||
|
||||
@@ -20395,6 +20396,7 @@ in
|
||||
kernelPatches = [
|
||||
kernelPatches.bridge_stp_helper
|
||||
kernelPatches.request_key_helper
|
||||
kernelPatches.rtnetlink_fix_regression_in_bridge_vlan_configuration
|
||||
];
|
||||
};
|
||||
|
||||
@@ -20402,6 +20404,7 @@ in
|
||||
kernelPatches = [
|
||||
kernelPatches.bridge_stp_helper
|
||||
kernelPatches.request_key_helper
|
||||
kernelPatches.rtnetlink_fix_regression_in_bridge_vlan_configuration
|
||||
];
|
||||
};
|
||||
|
||||
@@ -20461,6 +20464,7 @@ in
|
||||
kernelPatches = [
|
||||
kernelPatches.bridge_stp_helper
|
||||
kernelPatches.request_key_helper
|
||||
kernelPatches.rtnetlink_fix_regression_in_bridge_vlan_configuration
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user