fw4: fix syntax errors in ICMP type declarations
authorJo-Philipp Wich <jo@mein.io>
Fri, 3 Feb 2023 11:06:07 +0000 (12:06 +0100)
committerJo-Philipp Wich <jo@mein.io>
Fri, 3 Feb 2023 11:06:07 +0000 (12:06 +0100)
Fixes: e6e82a5 ("fw4: add further symbolic ICMP type declarations")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
root/usr/share/ucode/fw4.uc

index a5f68049739abf90b7d93c7da8d2f6245491c0b3..06ef932c8a501bbc057669629d3b8ebeabde4aa7 100644 (file)
@@ -152,18 +152,18 @@ const ipv6_icmptypes = {
        /* codes 0-4, 5-15 */
        "duplicate-address-request": [ 157, 0, 0xFF ],
        /* codes 0-4, 5-15 */
-       "duplicate-address-confirmation" [ 158, 0, 0xFF ],
+       "duplicate-address-confirmation": [ 158, 0, 0xFF ],
 
        /* Multicast Protocol for Low-Power */
        "mpl-control-message": [ 159, 0, 0xFF ],
 
        /* codes 0, 1-255 */
-       "extended-echo-request" [ 160, 0, 0xFF ],
-       "extended-ping" [ 160, 0, 0xFF ],  /* Alias */
+       "extended-echo-request": [ 160, 0, 0xFF ],
+       "extended-ping": [ 160, 0, 0xFF ],  /* Alias */
 
        /* codes 0-4, 5-255 */
-       "extended-echo-reply" [ 161, 0, 0xFF ],
-       "extended-pong" [ 161, 0, 0xFF ]  /* Alias */
+       "extended-echo-reply": [ 161, 0, 0xFF ],
+       "extended-pong": [ 161, 0, 0xFF ]  /* Alias */
 };
 
 const dscp_classes = {