Update rfc8416.php
This commit is contained in:
parent
edb92277b3
commit
56145bb844
|
@ -48,6 +48,9 @@ function trim_special_chars ($string)
|
||||||
// Define array() we are going to populate with data.
|
// Define array() we are going to populate with data.
|
||||||
$roas = array();
|
$roas = array();
|
||||||
$roas["slurmVersion"] = 1;
|
$roas["slurmVersion"] = 1;
|
||||||
|
$roas["validationOutputFilters"]["prefixFilters"] = array();
|
||||||
|
$roas["validationOutputFilters"]["bgpsecFilters"] = array();
|
||||||
|
$roas["locallyAddedAssertions"]["bgpsecAssertions"] = array();
|
||||||
|
|
||||||
// Set folders we need to scan.
|
// Set folders we need to scan.
|
||||||
$files6 = scandir("../registry/data/route6/");
|
$files6 = scandir("../registry/data/route6/");
|
||||||
|
|
Loading…
Reference in a new issue