summaryrefslogtreecommitdiffstats
path: root/stacks/vpp/configure/rd_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/vpp/configure/rd_config.json')
-rw-r--r--stacks/vpp/configure/rd_config.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/stacks/vpp/configure/rd_config.json b/stacks/vpp/configure/rd_config.json
deleted file mode 100644
index ab57d25..0000000
--- a/stacks/vpp/configure/rd_config.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "ip_route": [
- {
- "subnet": "192.168.122.1/24",
- "type": "nstack-dpdk",
- },
- {
- "subnet": "10.145.240.1/24",
- "type": "nstack-kernel",
- },
- {
- "subnet": "192.166.1.1/24",
- "type": "nstack-kernel",
- }
- ],
- "prot_route": [
- {
- "proto_type": "1",
- "type": "nstack-dpdk",
- },
- {
- "proto_type": "2",
- "type": "nstack-kernel",
- }
- ],
-}