-
Notifications
You must be signed in to change notification settings - Fork 106
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
Add ability to adjust mulitcast settings on a network bridge #729
Comments
The multicast settings on the network bridge are already supported in Here is an example for specifying it:
If you are interested in other multicast settings, you can take a look here, https://nmstate.io/devel/yaml_api.html#linux-bridge-interface. |
Thanks @liangwen12year that worked. it would be useful to have an example for setting bridge options. |
@steven-ellis , I added the examples in this PR, #742. |
When creating a bridge you need to adjust some of the multicast settings for service discovery like ssdp to work correctly
The YAML could look something like
The text was updated successfully, but these errors were encountered: