summaryrefslogtreecommitdiffstats
path: root/sbin/devd/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/devd/parse.y')
-rw-r--r--sbin/devd/parse.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/devd/parse.y b/sbin/devd/parse.y
index 4a8f4dd..cfc9313 100644
--- a/sbin/devd/parse.y
+++ b/sbin/devd/parse.y
@@ -100,16 +100,19 @@ set_option
attach_block
: ATTACH NUMBER BEGINBLOCK match_or_action_list ENDBLOCK SEMICOLON
{ add_attach($2, $4); }
+ | ATTACH NUMBER BEGINBLOCK ENDBLOCK SEMICOLON
;
detach_block
: DETACH NUMBER BEGINBLOCK match_or_action_list ENDBLOCK SEMICOLON
{ add_detach($2, $4); }
+ | DETACH NUMBER BEGINBLOCK ENDBLOCK SEMICOLON
;
nomatch_block
: NOMATCH NUMBER BEGINBLOCK match_or_action_list ENDBLOCK SEMICOLON
{ add_nomatch($2, $4); }
+ | NOMATCH NUMBER BEGINBLOCK ENDBLOCK SEMICOLON
;
match_or_action_list
OpenPOWER on IntegriCloud