Skip to content
Snippets Groups Projects
Verified Commit 0aa8bd4b authored by Ezri's avatar Ezri :upside_down:
Browse files

declear routes first then downstreams


Signed-off-by: default avatarEric Zhu <eric@korzq.xyz>
parent e8c7de62
No related branches found
No related tags found
No related merge requests found
...@@ -17,10 +17,10 @@ protocol device ...@@ -17,10 +17,10 @@ protocol device
include "filter.conf"; include "filter.conf";
include "templates.conf"; include "templates.conf";
include "peers.conf"; include "peers.conf";
include "routes.conf";
include "downstreams.conf"; include "downstreams.conf";
include "ixrs.conf"; include "ixrs.conf";
include "upstreams.conf"; include "upstreams.conf";
include "routes.conf";
protocol kernel protocol kernel
{ {
......
...@@ -70,7 +70,7 @@ protocol bgp nlnog from BASE ...@@ -70,7 +70,7 @@ protocol bgp nlnog from BASE
} }
/* /*
nlnog EricNetAMS
*/ */
protocol bgp EricNetAMS from BASE protocol bgp EricNetAMS from BASE
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment