MrPeanutButta / log2BGP

Border Gateway Protocol Event Engine
GNU Lesser General Public License v3.0
4 stars 2 forks source link

unbalanced double quotes on some AS Paths #4

Open GooseYArd opened 10 years ago

GooseYArd commented 10 years ago

When I do a history lookup for 206.212.0.0/18, at column 14110 I see:

,"as4_path":["19994(ORD),"3356(Level3),"5580,"49895,"49895,"197620,"60806],

curiously the rest of the other paths have balanced quotes, but there are two or three toward the end of the response for that subnet that don't. Dunno if its malformed in the database, or being rendered incorrectly.

MrPeanutButta commented 10 years ago

thanks for finding this. this is most likely being rendered incorrectly.

Does this seem to affect only the paths with a mix of 2 byte and 4 byte AS numbers?

GooseYArd commented 10 years ago

not sure- but I did confirm that this is the only entry in the result that has an as4_path, and it does also include as_path with the same AS prefix.

MrPeanutButta commented 10 years ago

I'll have to add this to the next minor revision. Thanks!