chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7806163
)
classify.m4: Dispatch on destination addresses to correct chains.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 11 Dec 2012 09:43:34 +0000
(09:43 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 11 Dec 2012 09:46:57 +0000
(09:46 +0000)
classify.m4
patch
|
blob
|
blame
|
history
diff --git
a/classify.m4
b/classify.m4
index 79401f629ef3f9c2350e52d6bf37d536be26b78d..5b6f2090b00ca9b62837ea6aa6a3a6d89b3e4cca 100644
(file)
--- a/
classify.m4
+++ b/
classify.m4
@@
-250,7
+250,7
@@
trace "alladdrs = $alladdrs"
## Populate the `out-classify' chain, matching networks.
prepare_to () { mode=goto fail=mark-to-$net_class_default; }
## Populate the `out-classify' chain, matching networks.
prepare_to () { mode=goto fail=mark-to-$net_class_default; }
-matchnets -d mark-
from
: prepare_to out-classify "" 0 $allnets
+matchnets -d mark-
to
: prepare_to out-classify "" 0 $allnets
## A `finish' hook for rejecting known address ranges arriving on a
## default-reachable interface.
## A `finish' hook for rejecting known address ranges arriving on a
## default-reachable interface.