irrdnet / irrd-legacy

the Internet Routing Registry daemon
http://irrd.net/
Other
36 stars 26 forks source link

Version number should not start with 'v' #29

Closed davidc closed 8 years ago

davidc commented 8 years ago

Version number reported to client must not start with 'v', thanks to this wonderful piece of code in irrtoolset to parse the version number!

start = strstr(buffer, "version"); start = start + 8; //jump version = atoi(start)*10 + atoi(start+2); // x.x... format

job commented 8 years ago

src/configure.ac and src/Make.include.in will need a fix.

haussli commented 8 years ago

d9194a9a9368c1607ce3a8453a13e4e2328f7ddc