Skip to content

Commit

Permalink
Fix #5: bug in igmpv2/igmpv3 option parser
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 5, 2024
1 parent 6b87ab7 commit bf2b9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfparse.y
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ static struct keyword {
{ "netmask", NETMASK },
{ "igmpv1", IGMPV1 },
{ "igmpv2", IGMPV2 },
{ "igmpv2", IGMPV3 },
{ "igmpv3", IGMPV3 },
{ NULL, 0 }
};

Expand Down

0 comments on commit bf2b9a1

Please sign in to comment.