router
#################################################
# Examples of tokens available #
#################################################
# [myrouter]# name of the router object
# Comment="a comment not very useful"#Object comment
# GatewayThreshold=1# If there are less than GatewayThreshold
## principal hosts active, activate backups
## 0 means to use backups, when at least one principal is down
## 1 means to use backups, when all principals are down
## (default = 1)
# Frequency=15# Delay in seconds
## between two successive complete tests
## (default = 15)
# Wait=2# Wait this long for the ICMP reply
## (default = 2)
# Tries=3# Make at most this number of tests
# ActivateAllBackup=0# 0|1 (default is 0)
## 0 ( Activate N backup when N principal are down)
## 1 ( Activate all backup routes at once )
# LoadBalancing=none# none|connhash|srchash
# OnFailPolicy=Pass# Pass|Block (default is Pass)
## Behavior to have when
## all the routers of this router are down
## Pass : Use the default routing
## Block : Do not route the traffic
#
# #Principal[N]=gateway[,checkhost=host to ping][,weight=<int>][,monitor=<none|icmp>][,comment="comment"]
# Principal=my_gw1,checkhost=server1,weight=20
# Principal1=my_gw2,checkhost=server1,weight=10
#################################################