…

Hello.

I would like to discuss the possibility to replace external ip monitor in the neutron code [1] with an internal native Python code [2]

The issues of the current implementation:
* an external process management
* text output parsing (possibly buffered)

The proposed library:
* pure Python code
* threadless (by default) socket-like objects to work with netlink
* optional eventlet optimization
* netlink messages as native python objects
* compatible license

If it's ok, I would prepare a patchset this week.

[1] neutron/agent/linux/ip_monitor.py
[2] https://github.com/svinota/pyroute2

--
Peter V. Saveliev

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to