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

« back to all changes in this revision

Viewing changes to dev/runtest/api-teardown.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 1.2.3.4;
 
3
        local-address 127.0.0.1;
 
4
        local-as 1;
 
5
        peer-as 1;
 
6
 
 
7
        family {
 
8
                ipv4 unicast;
 
9
        }
 
10
 
 
11
        process announce-routes {
 
12
                run ./api-teardown.run;
 
13
        }
 
14
}