From 32aa07e5517fba7f78ae79d2ba83b56f72a53293 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Thu, 1 Dec 2016 18:15:52 +0100 Subject: HONEYCOMB-58 - Routing Plugin Structure Read/Write support for ipv4/6 static routes. Restriction due to vpp implementation described in readme. Change-Id: I328f406a9b7cb8781f8becf98eca293cebe66859 Signed-off-by: Jan Srnicek --- .../main/resources/honeycomb-minimal-resources/config/routing.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 routing/routing-impl/src/main/resources/honeycomb-minimal-resources/config/routing.json (limited to 'routing/routing-impl/src/main/resources') diff --git a/routing/routing-impl/src/main/resources/honeycomb-minimal-resources/config/routing.json b/routing/routing-impl/src/main/resources/honeycomb-minimal-resources/config/routing.json new file mode 100644 index 000000000..95f85414f --- /dev/null +++ b/routing/routing-impl/src/main/resources/honeycomb-minimal-resources/config/routing.json @@ -0,0 +1,4 @@ +{ + "default-routing-instance-name": "vpp-routing-instance", + "learned-route-name-prefix": "learned-route" +} \ No newline at end of file -- cgit 1.2.3-korg