Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to setup-vif-rules #953

Merged
merged 1 commit into from Jan 31, 2013
Merged

Fix to setup-vif-rules #953

merged 1 commit into from Jan 31, 2013

Commits on Jan 31, 2013

  1. 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 <george.shuklin@gmail.com>
    George Shuklin authored and amarao committed Jan 31, 2013
    Copy the full SHA
    06c2d0f View commit details
    Browse the repository at this point in the history