summaryrefslogtreecommitdiffstats
path: root/routing/routing-impl/src/test/resources/ipv6/specialHopRouteProhibited.json
diff options
context:
space:
mode:
authorJan Srnicek <jsrnicek@cisco.com>2017-01-12 10:46:28 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-01-13 09:32:31 +0000
commit376fb276f70629cfe0256dcebf3a0c9b09edf0b5 (patch)
treef1faf422af02d51b40ea1001ed4bd83b1aa6e7be /routing/routing-impl/src/test/resources/ipv6/specialHopRouteProhibited.json
parent1414c6e9729beef6d9ca742f71cc5bffc4aa9912 (diff)
HONEYCOMB-325 - Null pointer while routing attr not defined
Fixes multiple null pointers Change-Id: Iaa1df9a8b0a886d1835fe7cb87bcf7cf5130c6f5 Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'routing/routing-impl/src/test/resources/ipv6/specialHopRouteProhibited.json')
-rw-r--r--routing/routing-impl/src/test/resources/ipv6/specialHopRouteProhibited.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/routing/routing-impl/src/test/resources/ipv6/specialHopRouteProhibited.json b/routing/routing-impl/src/test/resources/ipv6/specialHopRouteProhibited.json
deleted file mode 100644
index d69e817d7..000000000
--- a/routing/routing-impl/src/test/resources/ipv6/specialHopRouteProhibited.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "static-routes": {
- "ipv6": {
- "route": [
- {
- "id": 1,
- "destination-prefix": "2001:0db8:0a0b:12f0:0000:0000:0000:0001/24",
- "special-next-hop": "prohibit"
- }
- ]
- }
- }
-}