[tools/bgpgrep/bgpgrep_vmfunc.c] Minor style improvement

Better highlight the fact that n is not big endian format.
This commit is contained in:
Lorenzo Cogotti 2021-08-04 20:07:22 +02:00
parent f222daa08f
commit 7a18fb4211
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ void BgpgrepF_BogonAsn(Bgpvm *vm)
goto nomatch;
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://www.manrs.org/2021/01/routing-security-terms-bogons-vogons-and-martians/