mirror of
https://codeberg.org/1414codeforge/ubgpsuite.git
synced 2025-06-05 21:29:11 +02:00
[tools/bgpgrep/bgpgrep_vmfunc.c] Minor style improvement
Better highlight the fact that n is not big endian format.
This commit is contained in:
@ -241,7 +241,7 @@ void BgpgrepF_BogonAsn(Bgpvm *vm)
|
|||||||
goto nomatch;
|
goto nomatch;
|
||||||
|
|
||||||
while ((asn = Bgp_NextAsPath(&it)) != -1) {
|
while ((asn = Bgp_NextAsPath(&it)) != -1) {
|
||||||
Asn32 n = beswap32(ASN(asn));
|
Uint32 n = beswap32(ASN(asn));
|
||||||
|
|
||||||
// https://ripe72.ripe.net/wp-content/uploads/presentations/151-RIPE72_bogon_ASNs_JobSnijders.pdf
|
// https://ripe72.ripe.net/wp-content/uploads/presentations/151-RIPE72_bogon_ASNs_JobSnijders.pdf
|
||||||
// https://www.manrs.org/2021/01/routing-security-terms-bogons-vogons-and-martians/
|
// https://www.manrs.org/2021/01/routing-security-terms-bogons-vogons-and-martians/
|
||||||
|
Reference in New Issue
Block a user