The interval Type 1s,1h,10m,1d
You can write these values but to compare you need to test agains these pattern:
1s 00:00:01
10m 00:10:00
1h 1:00:00
1d 1d00:00:00
Type List
you have to write with name1,name2 (comma seperator)
to compare you need to put quotes around and use a semicolon as seperator.
Address Type
you write without quotes 2000:0:3::3:4:1
to compare you need to unify the address to this pattern mean the first zeros will be
substituded to a double colon. Like this “2000::3:0:3:4:1”. It would be nice if the compare
on addresses works bitwise and not lexical. The addresstype has sometimes a network
prefix but i didn’t found any documentation when a networktype is used or the addresstype.