Matteo Croce

Results 45 comments of Matteo Croce

Hi @iSazonov, why this is marked as draft?

@daxian-dbw @anmenaga hi, can I get a review for this trivial PR?

> New static flags like "yflag" are not the way to do stuff. please add that to the ndo structure, and use a long option to enable it. Done. The...

@jengelh in RHEL you can mix BE and LE binaries, assuming that you have all the libraries installed.

Here: https://github.com/mkj/dropbear/pull/204, but upstream seems very silent

And keep the file descriptor forever in networkd? That still would not prevent manually setting the values with `sysctl` or by writing in `/proc/sys`

I made a draft change for networkd which holds the fd (no locking still). 1. I see several problems here, first of all all the `{manager,link}_{new,free}()` gets ugly and verbose...

Another idea: what about publishing on dbus the list of the sysctls used by networkd? And the other processes get the list and avoid overwriting them? In this way an...