From 082bc691df73526bbcb56d2442126124be5b7155 Mon Sep 17 00:00:00 2001 From: Karl Newell Date: Thu, 9 Jan 2020 11:12:42 -0700 Subject: [PATCH] Update readme.md --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 61c4998..07433ef 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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 @@ -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 -``` \ No newline at end of file +```