GitHub user weizhouapache added a comment to the discussion: Net Creation Fails 
on Second KVM Host Due to Invalid Bridge Name Format

@itobin 
I think the interface name `csguest1` is not supported by cloudstack

the supported physical interface names are
```
    static String [] ifNamePatterns = {
            "^eth",
            "^bond",
            "^vlan",
            "^vx",
            "^em",
            "^ens",
            "^eno",
            "^enp",
            "^team",
            "^enx",
            "^dummy",
            "^lo",
            "^p\\d+p\\d+",
            "^vni",
            "^enc"
    };
```

GitHub link: 
https://github.com/apache/cloudstack/discussions/11148#discussioncomment-13680169

----
This is an automatically sent email for users@cloudstack.apache.org.
To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org

Reply via email to