summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.y
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-04-02 04:25:41 +0000
committereivind <eivind@FreeBSD.org>1998-04-02 04:25:41 +0000
commit9f3f2581d72c97064d2a1db80850ec557b91f2ca (patch)
tree7586c6fcf8f05a5bcface7daf8d883cce96c1811 /usr.sbin/config/config.y
parent136b08f78c72a7fa0d8d3b846ec6fb28a261917a (diff)
downloadFreeBSD-src-9f3f2581d72c97064d2a1db80850ec557b91f2ca.zip
FreeBSD-src-9f3f2581d72c97064d2a1db80850ec557b91f2ca.tar.gz
Scaffolding for High Availability code. The actual code will probably
come tomorrow. Submitted by: Simon Shapiro <shimon@simon-shapiro.org>
Diffstat (limited to 'usr.sbin/config/config.y')
-rw-r--r--usr.sbin/config/config.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y
index 6a46c58..f437b26 100644
--- a/usr.sbin/config/config.y
+++ b/usr.sbin/config/config.y
@@ -12,6 +12,7 @@
%token BIO
%token BUS
%token CAM
+%token HA
%token COMMA
%token CONFIG
%token CONFLICTS
@@ -631,6 +632,8 @@ Info:
= { cur.d_mask = "bio"; } |
CAM
= { cur.d_mask = "cam"; } |
+ HA
+ = { cur.d_mask = "ha"; } |
NET
= { cur.d_mask = "net"; } |
FLAGS NUMBER
OpenPOWER on IntegriCloud