Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion haskell_tool/lib/Network/IPTables/Generated.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3662,7 +3662,7 @@ ipassmt_iface_replace_dstip_mexpr ::
Iface -> Match_expr (Common_primitive a);
ipassmt_iface_replace_dstip_mexpr ipassmt ifce =
(case ipassmt ifce of {
Nothing -> Match (OIface ifce);
Nothing -> MatchNot MatchAny;
Just ips ->
match_list_to_match_expr
(map (Match . Dst) (map (uncurry IpAddrNetmask) ips));
Expand Down