Re: [libvirt PATCH 02/28] util: new virFirewallRuleGet*() APIs

2023-05-03 Thread Daniel P . Berrangé
On Sun, Apr 30, 2023 at 11:19:17PM -0400, Laine Stump wrote: > We will need access to these attributes of the object from outside > virfirewall.c. I think this is not desirable. It is caused by the movement of part of virfirewall functionality into viriptables.c and the new virnftables.c. This

[libvirt PATCH 02/28] util: new virFirewallRuleGet*() APIs

2023-04-30 Thread Laine Stump
We will need access to these attributes of the object from outside virfirewall.c. Signed-off-by: Laine Stump --- src/libvirt_private.syms | 3 +++ src/util/virfirewall.c | 30 ++ src/util/virfirewall.h | 10 ++ 3 files changed, 43 insertions(+) diff