Re: [libvirt PATCH 18/28] util: new functions to support adding individual rollback rules

2023-05-10 Thread Daniel P . Berrangé
On Fri, May 05, 2023 at 02:06:12PM -0400, Laine Stump wrote: > On 5/4/23 6:44 AM, Daniel P. Berrangé wrote: > > On Sun, Apr 30, 2023 at 11:19:33PM -0400, Laine Stump wrote: > > > In the past virFirewall required all rollback rules for a group (those > > > commands necessary to "undo" any rules that

Re: [libvirt PATCH 18/28] util: new functions to support adding individual rollback rules

2023-05-05 Thread Laine Stump
On 5/4/23 6:44 AM, Daniel P. Berrangé wrote: On Sun, Apr 30, 2023 at 11:19:33PM -0400, Laine Stump wrote: In the past virFirewall required all rollback rules for a group (those commands necessary to "undo" any rules that had been added in that group in case of a later failure) to be manually add

Re: [libvirt PATCH 18/28] util: new functions to support adding individual rollback rules

2023-05-04 Thread Daniel P . Berrangé
On Sun, Apr 30, 2023 at 11:19:33PM -0400, Laine Stump wrote: > In the past virFirewall required all rollback rules for a group (those > commands necessary to "undo" any rules that had been added in that > group in case of a later failure) to be manually added by switching > into "rollback mode" and

[libvirt PATCH 18/28] util: new functions to support adding individual rollback rules

2023-04-30 Thread Laine Stump
In the past virFirewall required all rollback rules for a group (those commands necessary to "undo" any rules that had been added in that group in case of a later failure) to be manually added by switching into "rollback mode" and then re-calling the inverse of the exact virFirewallAddRule*() APIs