nat: Allow to specify multiple entries in the access-list...

Inside the access-list we have a list of entries that have
either one allow or one deny rule... we do not allow to remove
a single rule but one has to remove the whole list, in that case
talloc will handle cleaning all entries.

Right now the matching is O(n*m) as we traverse the list
(multiple times) and run the regexp multiple times. One
way to make it faster would be to concat all regexps into
one.
4 files changed
tree: 2d227ec3d33ad4ef0e67e564cb3ff2453c235c4c
  1. hlrsync/
  2. linux-kernel/
  3. openbsc/
  4. wireshark/