]> xenbits.xensource.com Git - xen-guest-agent.git/commit
Removing all vif entries from xenstore at startup
authorGuillaume <guillaume.thouvenin@vates.tech>
Fri, 5 Jan 2024 16:45:07 +0000 (17:45 +0100)
committerGuillaume <guillaume.thouvenin@vates.tech>
Tue, 9 Jan 2024 15:56:34 +0000 (16:56 +0100)
commit80803a6469a5763629d2a3095ebba80f0dab6bc8
tree8ffc151526eb32b7d767da752ec0c46a9ce06828
parent0943be870c0b7010774b57870220e27e37908fbe
Removing all vif entries from xenstore at startup

When interfaces reported by Xenstore are suppressed while the service is
not running, these data remain. To avoid this we start by removing all
entries from previous agent. Entries that are still valid will be
repopulated immediatly.

Fixes: #12
src/main.rs
src/publisher.rs
src/publisher_xenstore.rs
src/xenstore_schema_rfc.rs
src/xenstore_schema_std.rs