On 24 August 2017 at 14:08, Shyam Saini <mayhs11saini@xxxxxxxxx> wrote: >> That was quick and dirty code for you to get the idea. >> Please follow the example of other testcases [0] to compare ruleset, >> create tempfiles and so on. >> > > One issue with this approach, incase of set rules > nft will throw this error > "Error: Could not process rule: File exists" > So, i need to flush ruleset before import them with json. > Is it okay? > yes, something like: nft export nft flush ruleset nft import we can later on investigate how to do something like: nft export json | nft import json >> >> Please, if possible, try to add a testcase that is [OK]. Not sure what >> is wrong with the dup statement. >> > I tried, but they always throw the same error. > Shouldn't we keep them in testsuite so that we know that these set of > rules needs to be fixed. > yes, but the point is to try to fix the issue or at least identify where the issue is. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html