Skip to content

Commit e129e5b

Browse files
Update docs/upgrade/v1-5-x-to-v1-6-0.md
Co-authored-by: Jillian Maroket <[email protected]> Signed-off-by: Renuka Devi Rajendran <[email protected]>
1 parent dfebc2c commit e129e5b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

docs/upgrade/v1-5-x-to-v1-6-0.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -230,17 +230,5 @@ stages:
230230
```
231231
Users expect to create an additional vlan sub interface on mgmt interface `mgmt-br.2113` and assign IPv4 address and use it for L3 connectivity in addition to the primary `mgmt-br.2021` interface after upgrade to v1.6.x.
232232
The additional vlan sub interface is created, but `mgmt-br` bridge and `mgmt-bo` will no longer be part of vlan `2113` as after reboot only the primary `vlan-id` will be assigned to the `mgmt-br` bridge and `mgmt-bo` using `/oem/90_custom.yaml`.Starting from v1.6.0, only primary vlan will be added to `mgmt-br` bridge and `mgmt-bo` instead of all 2-4094 vlans.Due to this communication using secondary vlans on mgmt interface is affected.
233-
Users can check this info using `bridge vlan show` command on the host.
234-
235-
Starting from v1.6.0,Users have to explicitly add the secondary vlans required to the `mgmt-br` bridge and `mgmt-bo` using the following and repeat below for every secondary `vlan-id` or vlan range the user requires.
236-
237-
Add the following under contents of /etc/wicked/scripts/setup_bond.sh in /oem/90_custom.yaml
238-
```
239-
bridge vlan add vid <vlan-id> dev $INTERFACE
240-
```
241-
242-
Add the following under contents of /etc/wicked/scripts/setup_bridge.sh in /oem/90_custom.yaml
243-
```
244-
bridge vlan add vid <vlan-id> dev $INTERFACE self
245-
bridge vlan add vid <vlan-id> dev mgmt-bo
233+
To mitigate the effects of this change, you must perform the workaround described in the previous section. This involves identifying secondary VLAN interfaces and then adding the necessary ones to the `mgmt-br` bridge and the `mgmt-bo` interface.
246234
```

0 commit comments

Comments
 (0)