Leonardo Di Giovanna
Leonardo Di Giovanna
Hi folks! How can I disable the NAS message encryption?
I'm trying to replicate the following command using this library: `bridge fdb append to 00:00:00:00:00:00 dst 10.225.152.85 dev vxlan0` The documentation of NeighAppend says: `NeighAppend will append an entry to...
This PR handles the possible error returned by ioremap function invocation in short example.
**What type of PR is this?** > Uncomment one (or more) `/kind ` lines: > /kind bug > /kind cleanup > /kind design > /kind user-interface /kind content > /kind...
/area documentation **What would you like to be added**: `--cri` and `--disable-cri-async` will be deprecated in `0.39.0` and will be removed in `0.40.0` as it is possible to see [here](https://github.com/falcosecurity/falco/pull/3329)....
/area documentation **What would you like to be added**: Update documentation to reflect the addition of `falco.service` systemd alias to main services `falco-bpf.service`, `falco-custom.service` and `falco-modern-bpf.service`. At least, the following...
**What type of PR is this?** > Uncomment one (or more) `/kind ` lines: > /kind bug > /kind cleanup > /kind design > /kind documentation > /kind failing-test /kind...
**Is your feature request related to a problem? Please describe.** I would like to use `yaml.DisallowUnknownField()` while still be able to perform partial unmarshaling. **Describe the solution you'd like** -...
This PR adds support for specifying custom field attributes through annotations. Given the following input, ```c struct S { /// int field_1; char field_2; }; ``` the generated bindings will...
**What type of PR is this?** > Uncomment one (or more) `/kind ` lines: > /kind bug > /kind cleanup > /kind design > /kind documentation > /kind failing-test /kind...