ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/conf_parser.y
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/conf_parser.y (file contents):
Revision 6486 by michael, Sat Aug 29 19:34:23 2015 UTC vs.
Revision 6487 by michael, Fri Sep 4 17:55:30 2015 UTC

# Line 170 | Line 170 | reset_block_state(void)
170   %token  CIDR_BITLEN_IPV4
171   %token  CIDR_BITLEN_IPV6
172   %token  CLASS
173 + %token  CLOSE
174   %token  CONNECT
175   %token  CONNECTFREQ
176   %token  CYCLE_ON_HOST_CHANGE
# Line 1454 | Line 1455 | oper_flags_item: KILL ':' REMOTE
1455   {
1456    if (conf_parser_ctx.pass == 2)
1457      block_state.port.value |= OPER_FLAG_UNRESV;
1458 + } | CLOSE
1459 + {
1460 +  if (conf_parser_ctx.pass == 2)
1461 +    block_state.port.value |= OPER_FLAG_CLOSE;
1462   };
1463  
1464  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines