On Mon, Sep 20, 2021 at 19:21:28 +0200, Tim Wiederhake wrote: > Signed-off-by: Tim Wiederhake <twiederh@xxxxxxxxxx> > --- > src/conf/nwfilter_conf.c | 284 ++++++++++++++++++++------------------- > 1 file changed, 143 insertions(+), 141 deletions(-) > > diff --git a/src/conf/nwfilter_conf.c b/src/conf/nwfilter_conf.c > index a3109962af..4c4e31d5cd 100644 > --- a/src/conf/nwfilter_conf.c > +++ b/src/conf/nwfilter_conf.c > @@ -2187,71 +2187,74 @@ virNWFilterRuleValidate(virNWFilterRuleDef *rule) > > > static void > -virNWFilterRuleDefFixup(virNWFilterRuleDef *rule) > +copy_neg_sign(nwItemDesc *to, const nwItemDesc *from) Please use a name conformant to our coding style for this function before pushing.