You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I'm seeing some cases that we might extract wrong origin, for example: rib|R|1617098401.000000|routeviews|route-views.sydney|None|None|4739|45.127.172.20|37.142.0.0/17|45.127.172.20|4739 7545 6453 12849 {12849,21450}|4739:0|None|None
This also happens in 'updates' record type. update|A|1617098751.000000|routeviews|route-views.sydney|None|None|58511|45.127.172.149|94.131.240.0/20|45.127.172.149|58511 44600 {6939,29491,35297,49720}|58511:200 58511:9007|None|None
Using the origin extraction shown above, we would get {12849,21450} and {6939,29491,35297,49720}.
Based on the tutorial, we can extract origin as:
However, I'm seeing some cases that we might extract wrong origin, for example:
rib|R|1617098401.000000|routeviews|route-views.sydney|None|None|4739|45.127.172.20|37.142.0.0/17|45.127.172.20|4739 7545 6453 12849 {12849,21450}|4739:0|None|None
This also happens in 'updates' record type.
update|A|1617098751.000000|routeviews|route-views.sydney|None|None|58511|45.127.172.149|94.131.240.0/20|45.127.172.149|58511 44600 {6939,29491,35297,49720}|58511:200 58511:9007|None|None
Using the origin extraction shown above, we would get
{12849,21450}
and{6939,29491,35297,49720}
.Codes to duplicate this error:
The text was updated successfully, but these errors were encountered: