-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
[Feature Request] Process connector support #1036
Labels
Comments
Thanks, I'll take a look tonight! |
svinota
added a commit
that referenced
this issue
Oct 4, 2022
Started to work on that. ETA by the weekend. |
May I ask you to open a separate ticket for that? Right now |
A rather basic implementation merged. from pyroute2 import ProcEventSocket
ps = ProcEventSocket()
ps.bind()
ps.control(listen=True)
while not enough:
for event in ps.get():
print(event) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add support for creating / binding socket with
NETLINK_CONNECTOR
family and parsingproc_event
. An incomplete implementation is available hereThe text was updated successfully, but these errors were encountered: