From df4f7471fc61ca5f5e1bcd968e4e2ef6b0ab4ed7 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 14 Sep 2009 02:34:52 +0000 Subject: [PATCH] --- sfatables/targets/REJECT.xml | 8 ++++++++ sfatables/targets/__init__.py | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 sfatables/targets/REJECT.xml diff --git a/sfatables/targets/REJECT.xml b/sfatables/targets/REJECT.xml new file mode 100644 index 00000000..7d524db7 --- /dev/null +++ b/sfatables/targets/REJECT.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/sfatables/targets/__init__.py b/sfatables/targets/__init__.py index 19e59118..8f4e850b 100644 --- a/sfatables/targets/__init__.py +++ b/sfatables/targets/__init__.py @@ -1,3 +1,5 @@ all=""" RESTRICT_TO_NODES +ACCEPT +REJECT """.split() -- 2.43.0