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.
(backported from commit
f92b6812d0e114960225f187a8788be137ce587b)
default:
hexdump=TRUE;
}
+ break;
case RSVP_OBJ_S2L:
switch (rsvp_obj_ctype) {
default:
hexdump=TRUE;
}
+ break;
/*
* FIXME those are the defined objects that lack a decoder