]> The Tcpdump Group git mirrors - tcpdump/commit
RSVP: add two missing breaks
authorDenis Ovsienko <[email protected]>
Fri, 21 Jul 2017 22:11:18 +0000 (23:11 +0100)
committerDenis Ovsienko <[email protected]>
Sat, 22 Jul 2017 18:35:06 +0000 (19:35 +0100)
commitf92b6812d0e114960225f187a8788be137ce587b
tree0dec69f68fcef038aac1536502889a9c0ca865b3
parent26a4aa405a2d1b6fd9ee4c122abc5fb731e5f11e
RSVP: add two missing breaks

Add a break at the end of the RSVP_OBJ_LABEL_SET case block as it fully
deals with class number 36 (LABEL_SET) from RFC 3473 Section 2.6 and is
not related to the class in next case block.

Add a break at the end of the RSVP_OBJ_S2L case block as it fully deals
with class number 50 (S2L_SUB_LSP) from RFC 4875 Section 19.3 and does
not need to fall through to the default case block.
print-rsvp.c