Skip to content

cps: review the KNI operations#623

Merged
AltraMayor merged 1 commit intomasterfrom
kni-review
Oct 31, 2022
Merged

cps: review the KNI operations#623
AltraMayor merged 1 commit intomasterfrom
kni-review

Conversation

@AltraMayor
Copy link
Owner

The KNI operation config_network_if was starting the physical interfaces before they were ready to do so, which would break the initialization of the interfaces. A typical symptom of this problem is the following log entry:

Main/0: net: cannot set the MTU on the front iface (error 16)

The KNI operations config_promiscusity and config_allmulticast are ignored instead of disabled to avoid upsetting applications since applications that can call these operations run as root or have the capabilities to do so.

The KNI operation config_network_if was starting the physical
interfaces before they were ready to do so, which would break
the initialization of the interfaces.  A typical symptom of
this problem is the following log entry:

Main/0: net: cannot set the MTU on the front iface (error 16)

The KNI operations config_promiscusity and config_allmulticast
are ignored instead of disabled to avoid upsetting applications
since applications that can call these operations run
as root or have the capabilities to do so.
@AltraMayor AltraMayor added the Production requirement Either the issue is solved, or Gatekeeper doesn't work in production label Oct 28, 2022
@AltraMayor AltraMayor added this to the Version 1.1 milestone Oct 28, 2022
@AltraMayor AltraMayor marked this pull request as ready for review October 31, 2022 12:20
@AltraMayor AltraMayor merged commit 3c29696 into master Oct 31, 2022
@AltraMayor AltraMayor deleted the kni-review branch October 31, 2022 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Production requirement Either the issue is solved, or Gatekeeper doesn't work in production

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant