Print this page
OS-7667 IPFilter needs to keep and report state for cloud firewall logging
Portions contributed by: Mike Gerdts <mike.gerdts@joyent.com>
*** 1,6 ****
!
typedef struct wordtab {
char *w_word;
int w_value;
} wordtab_t;
--- 1,8 ----
! /*
! * Copyright 2019 Joyent, Inc.
! */
typedef struct wordtab {
char *w_word;
int w_value;
} wordtab_t;
*** 14,23 ****
--- 16,26 ----
#define YY_HEX 1006
#define YY_NUMBER 1007
#define YY_IPV6 1008
#define YY_STR 1009
#define YY_IPADDR 1010
+ #define YY_UUID 1011
#endif
#define YYBUFSIZ 8192
extern wordtab_t *yysettab __P((wordtab_t *));