You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ SCRAM utilizes ``docker compose`` to run the following stack in production:
23
23
- gobgp (communicating with networking gear over bgp for actions; blocking, shunting, redirecting, etc)
24
24
- translator (a tool to pull information from SCRAM via websockets and send to gobgp container over gRPC)
25
25
26
-
A predefined actiontype of "block" exists which utilizes bgp nullrouting to effectivley block any traffic you want to apply.
26
+
A predefined actiontype of "block" exists which utilizes bgp nullrouting to effectively block any traffic you want to apply.
27
27
You can add any other actiontypes via the admin page of the web interface dynamically, but keep in mind translator support would need to be added as well.
0 commit comments