Skip to content
Update Configuring Policies authored by Erick Gonzalez's avatar Erick Gonzalez
......@@ -18,3 +18,11 @@ Currently, the following actions are supported when configuring a policy:
- **route-via**: <interface name to route traffic out on>
- **discard**: Drop traffic
- **continue**: Return traffic to the Linux routing stack for further regular processing
Policies are then "attached" to an interface with the help of an ACL.. i.e.:
```
Heimdall config queue/0 > add policy my_little_policy matching http-traffic
```
Would mean traffic incoming on queue/0 gets the _my_little_policy_ policy applied to it if it matches the _http-traffic_ ACL
\ No newline at end of file