From 556a0f59abc9b09005d40945bc20948d69e4f98e Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Tue, 25 Sep 2018 11:15:35 +0200 Subject: Bump ODL dependencies to Fluorine (HONEYCOMB-433) Change-Id: I142ebd2899272feff00abe7d4bae708f093ee3ec Signed-off-by: Michal Cmarada --- .../main/resources/honeycomb-minimal-resources/config/bgp-policy.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp-policy.json (limited to 'infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp-policy.json') diff --git a/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp-policy.json b/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp-policy.json new file mode 100644 index 000000000..01abb6905 --- /dev/null +++ b/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp-policy.json @@ -0,0 +1,4 @@ +{ + "default-import-policy": "ACCEPT-ROUTE", + "default-export-policy": "ACCEPT-ROUTE" +} \ No newline at end of file -- cgit 1.2.3-korg