bond interface configuration -- integration with NetworkManager · Issue #2697 · dracutdevs/dracut · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the documentation
I am wondering how
ns_ip6_target
should be written as an option of a bonding interface.arp_ip_target
can be configured as such:arp_ip_target=1.2.3.4;5.6.7.8
according toman dracut.cmdline
Should multiple ip6 addresses in
ns_ip6_target
be written like this:ns_ip6_target=[FC08::789:1:0:0:3];[FC08::789:1:0:0:4]
or
ns_ip6_target=[FC08::789:1:0:0:3;FC08::789:1:0:0:4]
I am a new contributor currently working on https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1731 to resolve cmdline input parsing issue related to bonding interfaces.
The text was updated successfully, but these errors were encountered: