Files
librenms-librenms/html/includes/graphs/bgp/prefixes_ipv4vpn.inc.php
T

8 lines
197 B
PHP
Raw Normal View History

2011-04-29 17:30:56 +00:00
<?php
$rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/". safename("cbgp-" . $data['bgpPeerIdentifier'] . ".ipv4.vpn.rrd");
include("includes/graphs/bgp/prefixes.inc.php");
?>