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)
commit50e97c52e75bdfd325cf20d43b32d294ff84d92f
tree435f8948a53c78b0bafe9d810651f0123adb81fc
parent8ea29822ce53c36c91c7b67c6a99b2c50f2c373f
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 <jow@openwrt.org>
options.c