X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=zones.c;h=edd875ad8b1ee7f5131524f304f282bd9728eb0c;hp=62d9e369d00b93c89af42837789588e141155c78;hb=0004ef54410c9993eced6f518923af2d9da6c482;hpb=2d73c2b436cc16d49ce706920802604150781dc9 diff --git a/zones.c b/zones.c index 62d9e36..edd875a 100644 --- a/zones.c +++ b/zones.c @@ -53,6 +53,7 @@ static const struct chain dst_chains[] = { static struct fw3_option zone_opts[] = { FW3_OPT("name", string, zone, name), + FW3_OPT("family", family, zone, family), FW3_LIST("network", device, zone, networks), FW3_LIST("device", device, zone, devices),