From 56145bb84439633930149d1b06928958864f8aff Mon Sep 17 00:00:00 2001 From: Christoffer Date: Fri, 14 Dec 2018 15:53:49 +0000 Subject: [PATCH] Update rfc8416.php --- rfc8416.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rfc8416.php b/rfc8416.php index 0c268f7..baa80b3 100755 --- a/rfc8416.php +++ b/rfc8416.php @@ -48,6 +48,9 @@ function trim_special_chars ($string) // Define array() we are going to populate with data. $roas = array(); $roas["slurmVersion"] = 1; +$roas["validationOutputFilters"]["prefixFilters"] = array(); +$roas["validationOutputFilters"]["bgpsecFilters"] = array(); +$roas["locallyAddedAssertions"]["bgpsecAssertions"] = array(); // Set folders we need to scan. $files6 = scandir("../registry/data/route6/");