From: Jo-Philipp Wich Date: Fri, 19 Sep 2014 18:09:19 +0000 (+0200) Subject: options: allow '*' as value for protocols and families X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=commitdiff_plain;h=50e97c52e75bdfd325cf20d43b32d294ff84d92f;hp=50e97c52e75bdfd325cf20d43b32d294ff84d92f options: allow '*' as value for protocols and families No functional change, just a little bit of consistency with src / dest specifiers where '*' means 'any' or 'all'. To follow the principle of least surprise, allow the some for family and protocol options. option proto '*' is equivalent to option proto 'all' option family '*' is equivalent to option family 'any' Signed-off-by: Jo-Philipp Wich ---