This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / net / tc_act / tc_mirred.h
diff --git a/include/net/tc_act/tc_mirred.h b/include/net/tc_act/tc_mirred.h
new file mode 100644 (file)
index 0000000..b5c32f6
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef __NET_TC_MIR_H
+#define __NET_TC_MIR_H
+
+#include <net/act_api.h>
+
+struct tcf_mirred
+{
+       tca_gen(mirred);
+       int eaction;
+       int ifindex;
+       int ok_push;
+       struct net_device *dev;
+};
+
+#endif