git-svn-id: http://www.observium.org/svn/observer/trunk@2105 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-20 10:02:42 +00:00
parent e7c8b77583
commit d58d6b5e8b

View File

@@ -1,5 +1,11 @@
<?php
#########################################################
# NO CHANGES TO THIS FILE, IT IS NOT USER-EDITABLE #
#########################################################
# YES, THAT MEANS YOU #
#########################################################
## AFI / SAFI pairs for BGP (and other stuff, perhaps)
$config['afi']['ipv4']['unicast'] = "IPv4";
$config['afi']['ipv4']['multiicast'] = "IPv4 Multicast";
@@ -925,4 +931,5 @@ $ipmi_unit['discrete'] = '';
## INCLUDE THE VMWARE DEFINITION FILE.
require_once("vmware_guestid.inc.php");
?>