Created
          February 7, 2013 20:20 
        
      - 
      
- 
        Save scottslowe/4733835 to your computer and use it in GitHub Desktop. 
    This RHEL/RHEL variant network startup script creates an OVS internal interface and assigns it an IP address.
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | DEVICE="mgmt0" | |
| BOOTPROTO="static" | |
| ONBOOT="yes" | |
| DEVICETYPE="ovs" | |
| TYPE="OVSIntPort" | |
| IPADDR=10.11.12.13 | |
| NETMASK=255.255.255.0 | |
| OVS_BRIDGE="ovsbr0" | |
| HOTPLUG="no" | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment