0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00

flock parsing

This commit is contained in:
Maria Matejka 2024-10-04 15:44:41 +02:00
parent b2e6530488
commit 14478dad2f

View File

@ -146,7 +146,7 @@ hcs_parse(struct hcs_parser_context *htx, const byte *buf, s64 size)
break; break;
case 7: /* process spawner */ case 7: /* process spawner */
CBOR_PARSER_ERROR("NOT IMPLEMENTED YET"); bug("process spawner not implemented");
break; break;
case 501: /* machine creation argument */ case 501: /* machine creation argument */
@ -257,10 +257,6 @@ hcs_parse(struct hcs_parser_context *htx, const byte *buf, s64 size)
htx->major_state = 1; htx->major_state = 1;
break; break;
case 5:
/* Actually not this one */
CBOR_PARSER_ERROR("NOT IMPLEMENTED YET");
case 502: case 502:
case 504: case 504:
case 505: case 505: