From 33cf33dc24d178cccc6b909663a65d92105ebf33 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Tue, 8 Sep 2020 11:52:39 +0200 Subject: [PATCH] add: Added an IP address family attribute to describe the address family concerned by the BGP ranking --- objects/bgp-ranking/definition.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/objects/bgp-ranking/definition.json b/objects/bgp-ranking/definition.json index 4f38b5e..7d40d70 100644 --- a/objects/bgp-ranking/definition.json +++ b/objects/bgp-ranking/definition.json @@ -1,5 +1,14 @@ { "attributes": { + "address-family": { + "description": "The IP address family concerned by the ranking.", + "misp-attribute": "text", + "sane_default": [ + "v4", + "v6" + ], + "ui-priority": 0 + } "date": { "description": "Date fo the ranking.", "misp-attribute": "datetime",