search for: delete_entry

Displaying 3 results from an estimated 3 matches for "delete_entry".

2010 Apr 22
7
Making ActiveSupport::Cache consistent
...ompress option to fetch and write which will compress any data over a configurable threshold. * Nil values can now be stored in the cache and are distinct from cache misses for fetch. * Easier API to create new implementations. Just need to implement the methods read_entry, write_entry, and delete_entry instead of overwriting existing methods. * Since all cache implementations support storing objects, update the docs to state that ActiveCache::Cache::Store implementations should store objects. Keys, however, must be strings since some implementations require that. * Increase test coverage....
2023 Nov 10
0
[Bug 1722] New: Rule delete with open interval does not work
...Severity: enhancement Priority: P5 Component: ebtables-nft Assignee: pablo at netfilter.org Reporter: phil at nwl.cc One of the many ebtables oddities: | ebtables -D FORWARD 3: is supposed to delete the third and all following rules in FORWARD chain. delete_entry() in xtables-eb.c is not aware of this, though. In practice, the code will only add a single rule delete command to the list, namely for the start interval one. Simple reproducer: | ebtables -A FORWARD -j RETURN | ebtables -A FORWARD -j RETURN | ebtables -A FORWARD -j RETURN | ebtables -D FORWARD...
2012 Mar 27
0
[ANNOUNCE] Netfilter releases: iptables 1.4.13, nfacct 1.0.0 and libnetfilter_acct 1.0.0
...u can also find the changelog to this email for more information. Have fun! -------------- next part -------------- Florian Westphal (1): extensions: add rpfilter module Franz Flasch (2): iptables: missing free() in function cache_add_entry() iptables: missing free() in function delete_entry() Jonh Wendell (1): libiptc: Returns the position the entry was inserted Maciej ?enczykowski (1): src: mark newly opened fds as FD_CLOEXEC (close on exec) Pablo Neira Ayuso (7): Revert "libiptc: Returns the position the entry was inserted" extensions: add nfacct...