-
Notifications
You must be signed in to change notification settings - Fork 56
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
ncm-network: add additional bonding options #1735
Conversation
ncm-network/src/main/pan/components/network/types/network/interface.pan
Outdated
Show resolved
Hide resolved
ncm-network/src/main/pan/components/network/types/network/interface.pan
Outdated
Show resolved
Hide resolved
f23ccd3
to
a67cf52
Compare
ncm-network/src/main/pan/components/network/types/network/interface.pan
Outdated
Show resolved
Hide resolved
ncm-network/src/main/pan/components/network/types/network/interface.pan
Outdated
Show resolved
Hide resolved
ncm-network/src/main/pan/components/network/types/network/interface.pan
Outdated
Show resolved
Hide resolved
ncm-network/src/main/pan/components/network/types/network/interface.pan
Outdated
Show resolved
Hide resolved
@aka7 we just merge an update to the CI tests. It should not change the result but probably it a good idea to rebase to ensure everything is ok. |
add additional bonding options
9215131
to
a0c7fd5
Compare
a0c7fd5
to
bda7418
Compare
Wait, are any of these newly added fields supported by the initscripts backend? |
we use few already. We are already setting the following with ifcfg, which I know works. I haven't yet checked for others added. BONDING_OPTS='arp_interval=8000 arp_ip_target=10.x.x.x arp_validate=all mode=active-backup primary=eth0 primary_reselect=always resend_igmp=2' |
add additional bonding options, as per https://docs.rs/nmstate/latest/nmstate/struct.BondOptions.html#fields
Why the change is necessary: ability to set bonding options such as
resend_igcmp and others,
What backwards incompatibility it may introduce: none, all options added are optional.