[PKT_SCHED]: Introduce simple actions.
[firefly-linux-kernel-4.4.55.git] / net / sched / Kconfig
index 3d1d902dd1a1a98f33805946777d76e934a200c3..9c118baed9dc5e4ad3c0570da725ee4be6d51fca 100644 (file)
@@ -506,3 +506,13 @@ config NET_CLS_POLICE
          Say Y to support traffic policing (bandwidth limits).  Needed for
          ingress and egress rate limiting.
 
+config NET_ACT_SIMP
+        tristate "Simple action"
+        depends on NET_CLS_ACT
+        ---help---
+        You must have new iproute2 to use this feature.
+        This adds a very simple action for demonstration purposes
+       The idea is to give action authors a basic example to look at.
+       All this action will do is print on the console the configured
+       policy string followed by _ then packet count.
+