[dump_isolario] Add KEEPALIVE dump to updates
This commit is contained in:
parent
6c47814908
commit
3bf9ff9dc4
|
@ -666,6 +666,12 @@ static Judgement DumpBgp(Stmbuf *sb,
|
|||
DumpMrtInfoTrailer(sb, ctx);
|
||||
break;
|
||||
|
||||
case BGP_KEEPALIVE:
|
||||
Bufio_Putc(sb, KEEPALIVE_MARKER);
|
||||
Bufio_Putsn(sb, SEPS_BUF, 8);
|
||||
DumpMrtInfoTrailer(sb, ctx);
|
||||
break;
|
||||
|
||||
case BGP_ROUTE_REFRESH:
|
||||
Bufio_Putc(sb, ROUTE_REFRESH_MARKER);
|
||||
Bufio_Putsn(sb, SEPS_BUF, 8);
|
||||
|
|
Loading…
Reference in New Issue