Hi, A small typo in parse.y :
--- parse.y.orig Sat Apr 26 10:12:32 2014
+++ parse.y Sat Apr 26 10:13:55 2014
@@ -228,7 +228,7 @@
asnumber : NUMBER {
/*
- * Accroding to iana 65535 and 4294967295 are
reserved
+ * According to iana 65535 and 4294967295 are
reserved
* but enforcing this is not duty of the parser.
*/
if ($1 < 0 || $1 > UINT_MAX) {
Regards,
Denis

