Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knewell authored Jan 9, 2020
1 parent d4341d0 commit 082bc69
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Original Juniper readme moved to [juniper_readme.md](juniper_readme.md)

Customize `ui/config.yml`
__rr__ is the router where rules will be pushed.
__asbr__ are routers for reporting purposes (active flows, firewall filters)
__At least one router of type RR has to be configured__

```yaml
Expand All @@ -14,6 +16,10 @@ routers:
- rt2:
type: asbr
ip: 10.11.111.121
vrfs:
# default is the base routing instance
- default
- myVRF
```
Use Python 3 and virtualenv
Expand All @@ -27,4 +33,4 @@ python main.py
Docker
```
docker run -it --rm -p 8080:8080 -v $PWD/ui/config.yml:/srv/ui/config.yml karlnewell/i2-flowspec-portal
```
```

0 comments on commit 082bc69

Please sign in to comment.