diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-02-10 19:21:45 +0900 |
---|---|---|
committer | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-02-10 19:21:45 +0900 |
commit | 9f6a0c501af7375a2c242869e249f72bc6ed5770 (patch) | |
tree | 914390b8e945f6d6db3009676f1720dbe302a6e5 /test/scenario_test/exabgp_test_conf | |
parent | 2820c43e2d92c0c5cfcab996fa84459784f7b238 (diff) |
scenario_test: fix the location of the directory to use in the docker volume
Diffstat (limited to 'test/scenario_test/exabgp_test_conf')
-rw-r--r-- | test/scenario_test/exabgp_test_conf/exabgp.env | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/test/scenario_test/exabgp_test_conf/exabgp.env b/test/scenario_test/exabgp_test_conf/exabgp.env new file mode 100644 index 00000000..22f0fdb5 --- /dev/null +++ b/test/scenario_test/exabgp_test_conf/exabgp.env @@ -0,0 +1,42 @@ +[exabgp.api] +encoder = text + +[exabgp.cache] +attributes = false +nexthops = false + +[exabgp.daemon] +daemonize = false +pid = '' +user = 'root' + +[exabgp.log] +#all = false +all = false +configuration = false +daemon = true +destination = '/root/share_volume/exabgpd.log' +#destination = 'syslog' +enable = true +level = INFO +message = false +network = true +packets = false +parser = false +processes = true +rib = false +routes = false +short = false +supervisor = true +timers = false + +[exabgp.pdb] +enable = false + +[exabgp.profile] +enable = false +file = '' + +[exabgp.tcp] +timeout = 1 + |