bird-lg/lg.cfg

46 lines
962 B
INI
Raw Normal View History

2012-01-20 00:12:19 +01:00
DEBUG = True
2012-10-16 07:59:47 +02:00
LOG_FILE="/var/log/lg.log"
LOG_LEVEL="WARNING"
2012-01-22 23:06:52 +01:00
DOMAIN = "tetaneutral.net"
2012-01-20 00:12:19 +01:00
BIND_IP = "0.0.0.0"
BIND_PORT = 5000
2012-01-26 17:12:18 +01:00
PROXY = {
"gw": 5000,
"h3": 5000,
}
2012-01-20 00:12:19 +01:00
2012-05-29 16:53:19 +02:00
# Used for bgpmap
ROUTER_IP = {
"gw" : [ "91.224.148.2", "2a01:6600:8000::175" ],
"h3" : [ "91.224.148.3", "2a01:6600:8000::131" ]
}
AS_NUMBER = {
"gw" : "197422",
"h3" : "197422"
}
#WHOIS_SERVER = "whois.foo.bar"
# DNS zone to query for ASN -> name mapping
ASN_ZONE = "asn.cymru.com"
2012-01-20 00:12:19 +01:00
SESSION_KEY = '\xd77\xf9\xfa\xc2\xb5\xcd\x85)`+H\x9d\xeeW\\%\xbe/\xbaT\x89\xe8\xa7'
2015-01-20 15:02:16 +01:00
# Set to True if you're using one BIRD with full view of the network graph
BIRD_HAS_FULL_VIEW = True
# Set to True if your BIRD doesn't pretent to be a router
BIRD_IS_NOT_A_ROUTER = True
2015-01-27 17:22:16 +01:00
# Maximum number of paths to show
MAX_PATHS = 7
# Shorten router names (xxx-yyy-zzz.telecom.local -> xxx-yyy-zzz, provided you specify '.telecom.local' as a value)
ROUTER_NAME_REMOVE = '.telecom.local.'