options: allow '*' as value for protocols and families
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 19 Sep 2014 18:09:19 +0000 (20:09 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 19 Sep 2014 18:09:40 +0000 (20:09 +0200)
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 <jow@openwrt.org>

No differences found