From: Jo-Philipp Wich Date: Fri, 3 Feb 2023 11:06:07 +0000 (+0100) Subject: fw4: fix syntax errors in ICMP type declarations X-Git-Url: http://git.openwrt.org/feed/routing.git;lede-17.01?a=commitdiff_plain;h=30ee17a9c65d05d54cb077b69e320ed8b4e237ec;p=project%2Ffirewall4.git fw4: fix syntax errors in ICMP type declarations Fixes: e6e82a5 ("fw4: add further symbolic ICMP type declarations") Signed-off-by: Jo-Philipp Wich --- diff --git a/root/usr/share/ucode/fw4.uc b/root/usr/share/ucode/fw4.uc index a5f6804..06ef932 100644 --- a/root/usr/share/ucode/fw4.uc +++ b/root/usr/share/ucode/fw4.uc @@ -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 = {