Closed ishidawataru closed 2 years ago
pyroute2 doesn't support asyncio
https://github.com/svinota/pyroute2/issues/466
This makes implementing south-netlink
in Python difficult.
Experimenting rust. https://github.com/ishidawataru/sysrepo2-rs
PoC south-netlink
in Rust. https://github.com/oopt-goldstone/goldstone-mgmt/commit/a07ae381bddc22cc13264033a28fb1682956f66c
Similar to https://github.com/telekom/sysrepo-plugin-interfaces
This daemon will be useful in a virtual environment where a user can't use
south-sonic
orsouth-gearbox
as is.Also, this daemon could be used when we integrate Goldstone with DentOS. DentOS uses switchdev to control the switch ASIC.