
19 Sep
2023
19 Sep
'23
9:20 a.m.
On 9/3/23 17:49, K Shiva Kiran wrote:
Signed-off-by: K Shiva Kiran <shiva_kr@riseup.net> --- src/conf/nwfilter_conf.c | 30 ++++++++++++++++++++++++++++++ src/conf/nwfilter_conf.h | 5 +++++ 2 files changed, 35 insertions(+)
Here, I'd also expect a test case. Either introduce a new test case to tests/nwfilterxml2xmltest.c (preferred), or modify an existing one. This not only verifies the parsing/formatting works, but also that our schema is valid. Michal