option_2=IPOption(name="var2",doc="an IP in CIDR format",default="1.1.1.1/24",allow_reserved=True,cidr=True,properties=frozenset({"mandatory","standard"}),informations={'ymlfiles':['../rougail-tests/structures/00_6ip/rougail/00-base.yml'],'type':'ip','examples':('192.168.0.128/25',)})
option_3=IPOption(name="var3",doc="an IP in CIDR format with obsolete CIDR type",default="1.1.1.1/24",cidr=True,properties=frozenset({"mandatory","standard"}),informations={'ymlfiles':['../rougail-tests/structures/00_6ip/rougail/00-base.yml'],'type':'cidr'})