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

network: Allow custom MTU for all networks (bsc#1024277) #31

Open
wants to merge 1 commit into
base: stable/sap/3.0
Choose a base branch
from

Commits on Jun 1, 2017

  1. network: Allow custom MTU for all networks (bsc#1024277)

    Previously we allowed custom MTU values only for the "admin", "storage"
    and "os_sdn" networks. This prevents users to create custom networks
    with MTU!=1500 so allow custom MTUs for all networks.
    
    For example, a network.json containing a network like:
    
    "storageclient": {
      "add_bridge": false,
      "broadcast": "10.1.5.255",
      "conduit": "intf4",
      "mtu": 9000,
      "netmask": "255.255.255.0",
      "ranges": {
      "host": {
        "end": "10.1.5.239",
        "start": "10.1.5.10"
      }
    }
    
    works now.
    
    (cherry picked from commit 9d242e6)
    (cherry picked from commit 2dcd36e)
    toabctl authored and vuntz committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    f642a54 View commit details
    Browse the repository at this point in the history