From 765cb29e4c12c48fca6326c434b985e655bafc1a Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Thu, 12 Jan 2017 10:46:28 +0100 Subject: HONEYCOMB-325 - Null pointer while routing attr not defined Fixes multiple null pointers Change-Id: Iaa1df9a8b0a886d1835fe7cb87bcf7cf5130c6f5 Signed-off-by: Jan Srnicek --- .../ipv6/specialhop/specialHopRouteProhibited.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteProhibited.json (limited to 'routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteProhibited.json') diff --git a/routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteProhibited.json b/routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteProhibited.json new file mode 100644 index 000000000..d69e817d7 --- /dev/null +++ b/routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteProhibited.json @@ -0,0 +1,13 @@ +{ + "static-routes": { + "ipv6": { + "route": [ + { + "id": 1, + "destination-prefix": "2001:0db8:0a0b:12f0:0000:0000:0000:0001/24", + "special-next-hop": "prohibit" + } + ] + } + } +} -- cgit 1.2.3-korg