librenms-librenms/html/includes/graphs/bgp/prefixes_ipv4vpn.inc.php
2015-07-11 16:12:35 +02:00

6 lines
181 B
PHP

<?php
$rrd_filename = $config['rrd_dir'].'/'.$device['hostname'].'/'.safename('cbgp-'.$data['bgpPeerIdentifier'].'.ipv4.vpn.rrd');
require 'includes/graphs/bgp/prefixes.inc.php';