mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
one or more actions in the list. This makes constructs like:
attach 10 {
// echo "Driver $device_name attached"
};
to be accepted by the parser. It will be treated as if the user had
entered:
// attach 10 {
// echo "Driver $device_name attached"
// };
(eg totally ignored).
Approved by: re@ (rwatson)
|
||
|---|---|---|
| .. | ||
| devd.8 | ||
| devd.cc | ||
| devd.conf.5 | ||
| devd.h | ||
| devd.hh | ||
| Makefile | ||
| parse.y | ||
| token.l | ||