Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
dhcp
Commits
cfc62a06
Commit
cfc62a06
authored
Mar 06, 2000
by
Ted Lemon
Browse files
Add 'zone' keyword.
parent
7203e8ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/conflex.c
View file @
cfc62a06
...
...
@@ -22,7 +22,7 @@
#ifndef lint
static
char
copyright
[]
=
"$Id: conflex.c,v 1.6
7
2000/0
2/15 19:40:34
mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.
\n
"
;
"$Id: conflex.c,v 1.6
8
2000/0
3/06 20:08:05
mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.
\n
"
;
#endif
/* not lint */
#include
"dhcpd.h"
...
...
@@ -928,6 +928,10 @@ static enum dhcp_token intern (atom, dfv)
if
(
!
strcasecmp
(
atom
+
1
,
"xrrset"
))
return
NS_YXRRSET
;
break
;
case
'z'
:
if
(
!
strcasecmp
(
atom
+
1
,
"one"
))
return
ZONE
;
break
;
}
return
dfv
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment