Opened 15 years ago
Last modified 15 years ago
#1 new enhancement
Support IP range matching in incoming.conf
Reported by: | eagle | Owned by: | eagle |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | innd | Version: | |
Severity: | wishlist | Keywords: | |
Cc: |
Description
innd doesn't support matching IP address ranges in incoming.conf (entries such as 192.168.0.0/16) the way that nnrpd does for readers.conf. This was requested for dealing with uu.net feeds, where they have a /24 that might send outgoing news.
Due to the way that incoming connections are matched, this isn't a trivial change. innd would need to store the strings to match instead of address structs and then use network_addr_match().
Note: See
TracTickets for help on using
tickets.