[Bug 1415] New: adjacent ip ranges in vmap causing error
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Sun Apr 5 14:14:12 CEST 2020
https://bugzilla.netfilter.org/show_bug.cgi?id=1415
Bug ID: 1415
Summary: adjacent ip ranges in vmap causing error
Product: nftables
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: generic_dummy at t-online.de
The following snippets cause a 'File exists' error:
ip saddr vmap {
10.0.1.0/24 : accept,
10.0.2.0/24 : drop
}
ip saddr vmap {
10.0.1.0-10.0.1.255 : accept,
10.0.2.0-10.0.2.255 : drop
}
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20200405/b220d735/attachment.html>
More information about the netfilter-buglog
mailing list