#define CACHE_LIFETIME 257 #define PRUNE_LIFETIME 258 #define PRUNING 259 #define BLACK_HOLE 260 #define NOFLOOD 261 #define PHYINT 262 #define TUNNEL 263 #define NAME 264 #define DISABLE 265 #define IGMPV1 266 #define SRCRT 267 #define BESIDE 268 #define METRIC 269 #define THRESHOLD 270 #define RATE_LIMIT 271 #define BOUNDARY 272 #define NETMASK 273 #define ALTNET 274 #define ADVERT_METRIC 275 #define FILTER 276 #define ACCEPT 277 #define DENY 278 #define EXACT 279 #define BIDIR 280 #define REXMIT_PRUNES 281 #define REXMIT_PRUNES2 282 #define PASSIVE 283 #define ALLOW_NONPRUNERS 284 #define NOTRANSIT 285 #define BLASTER 286 #define FORCE_LEAF 287 #define PRUNE_LIFETIME2 288 #define NOFLOOD2 289 #define SYSNAM 290 #define SYSCONTACT 291 #define SYSVERSION 292 #define SYSLOCATION 293 #define BOOLEAN 294 #define NUMBER 295 #define STRING 296 #define ADDRMASK 297 #define ADDR 298 typedef union { int num; char *ptr; struct addrmask addrmask; u_int32 addr; struct vf_element *filterelem; } YYSTYPE; extern YYSTYPE yylval;