Skip to content

Commit e782bd8

Browse files
committed
PIM: Remove an out-of-date comment. [skip ci]
Speaking of struct pim, pim_print() indeed looks only into pim_typever, but pimv2_print() among many other things covers the whole structure.
1 parent d82b655 commit e782bd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

print-pim.c

-3
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,6 @@ pim_print(netdissect_options *ndo,
462462
uint8_t pim_typever;
463463

464464
ndo->ndo_protocol = "pim";
465-
#ifdef notyet /* currently we see only version and type */
466-
ND_TCHECK_1(pim->pim_rsv);
467-
#endif
468465

469466
pim_typever = GET_U_1(pim->pim_typever);
470467
switch (PIM_VER(pim_typever)) {

0 commit comments

Comments
 (0)