Commit c4e174f
Fix bridge name selection for vswitch mode in scripts/setup-vif-rules
- bridge_name = "xenbr%s" % devid
+ bridge_name = get_bridge_name_vswitch(vif_name)
Devid is device number for domU (f.e. vif1.15; 15 - devid) and is definitely NOT a
xenbr number (xenbr0, xenbr1, etc).
Signed-off-by: George Shuklin <[email protected]>1 parent b2f03c4 commit c4e174f
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
232 | 237 | | |
233 | 238 | | |
234 | | - | |
235 | 239 | | |
| 240 | + | |
236 | 241 | | |
237 | 242 | | |
238 | 243 | | |
| |||
0 commit comments