ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/src/config-lexer.l
(Generate patch)

Comparing hopm/branches/1.1.x/src/config-lexer.l (file contents):
Revision 8098 by michael, Sat Dec 31 13:59:33 2016 UTC vs.
Revision 8099 by michael, Sun Apr 2 10:12:17 2017 UTC

# Line 136 | Line 136 | include   \.include{WS}(\<.*\>|\".*\")
136                    }
137                  }
138  
139 + ADDRESS_FAMILY          { return ADDRESS_FAMILY; }
140   AWAY                    { return AWAY;         }
141   BAN_UNKNOWN             { return BAN_UNKNOWN;  }
142   BLACKLIST               { return BLACKLIST;    }
# Line 151 | Line 152 | DNSBL_TO                { return DNSBL_T
152   EXEMPT                  { return EXEMPT;       }
153   FD                      { return FD;           }
154   INVITE                  { return INVITE;       }
155 + IPV4                    { return IPV4;         }
156 + IPV6                    { return IPV6;         }
157   IRC                     { return IRC;          }
158   KLINE                   { return KLINE;        }
159   KEY                     { return KEY;          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines