]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Kicked off F_MODIFY (not generated nor used)
authorMartin Mares <mj@ucw.cz>
Thu, 16 Dec 1999 12:18:19 +0000 (12:18 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 16 Dec 1999 12:18:19 +0000 (12:18 +0000)
filter/filter.h

index a62cb2476238a7db890321d5d310e4b85d8b47af..79d14da4ee179e946fbebc146e38a3caacf8bfcc 100644 (file)
@@ -74,10 +74,9 @@ void val_print(struct f_val v);
 #define F_NOP 0
 #define F_NONL 1
 #define F_ACCEPT 2     /* Need to preserve ordering: accepts < rejects! */
-#define F_MODIFY 3     /* FIXME: Introduce modification flags instead? */
-#define F_REJECT 4
-#define F_ERROR 5
-#define F_QUITBIRD 6
+#define F_REJECT 3
+#define F_ERROR 4
+#define F_QUITBIRD 5
 
 #define FILTER_ACCEPT NULL
 #define FILTER_REJECT ((void *) 1)