1
0
Fork 0

Update rfc8416.php

This commit is contained in:
netravnen 2018-12-14 15:53:49 +00:00
parent edb92277b3
commit 56145bb844
1 changed files with 3 additions and 0 deletions

View File

@ -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/");