]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
flock parsing
authorMaria Matejka <mq@ucw.cz>
Fri, 4 Oct 2024 13:44:41 +0000 (15:44 +0200)
committerMaria Matejka <mq@ucw.cz>
Sun, 23 Feb 2025 18:07:35 +0000 (19:07 +0100)
flock/ctl.c

index adba6f13c666c3f18a370c7bf745ca2e4a11ba08..3c1232b5d3ca99136279624f2ee6a11e40cbf5fe 100644 (file)
@@ -146,7 +146,7 @@ hcs_parse(struct hcs_parser_context *htx, const byte *buf, s64 size)
            break;
 
          case 7: /* process spawner */
-           CBOR_PARSER_ERROR("NOT IMPLEMENTED YET");
+           bug("process spawner not implemented");
            break;
 
          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;
            break;
 
-         case 5:
-           /* Actually not this one */
-           CBOR_PARSER_ERROR("NOT IMPLEMENTED YET");
-
          case 502:
          case 504:
          case 505: