librenms-librenms/html/includes/graphs/bgp/prefixes_ipv4multicast.inc.php

8 lines
203 B
PHP
Raw Normal View History

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