~ubuntu-branches/ubuntu/utopic/exabgp/utopic

« back to all changes in this revision

Viewing changes to QA/runtest/watchdog.conf

  • Committer: Package Import Robot
  • Author(s): Henry-Nicolas Tourneur
  • Date: 2014-03-08 19:07:00 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140308190700-xjbibpg1g6001c9x
Tags: 3.3.1-1
* New upstream release
* Bump python minimal required version (2.7)
* Closes: #726066 Debian packaging improvements proposed by Vincent Bernat
* Closes: #703774 not existent rundir (/var/run/exabgp) after reboot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
neighbor 127.0.0.1 {
2
 
       router-id 10.0.0.10;
3
 
       local-address 127.0.0.1;
4
 
       local-as 65533;
5
 
       peer-as 65533;
6
 
 
7
 
       family {
8
 
           inet unicast;
9
 
       }
10
 
 
11
 
       process service-watchdog {
12
 
               run ./watchdog.run;
13
 
       }
14
 
 
15
 
       static {
16
 
               route 77.77.77.77 next-hop 1.2.3.4 watchdog dnsr withdraw;
17
 
               route 100.100.100.100 next-hop 192.168.1.100;
18
 
       }
19
 
}
20