~ubuntu-branches/ubuntu/raring/exabgp/raring

« back to all changes in this revision

Viewing changes to etc/exabgp/ebgp4-collector.txt

  • Committer: Package Import Robot
  • Author(s): Henry-Nicolas Tourneur
  • Date: 2013-01-02 11:42:00 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130102114200-heowva4yrqiiukc5
Tags: 3.1.1-1

* New upstream release
* Closes: #687134 debconf abuse, notice of software behavior take places under
  NEWS.Debian, not in a debconf screen, information moved accordingly.
* Closes: #693338 Japanese translation removed since debconf template is out.
* Closes: #697178 Russian translation removed since debconf template is out.
* Closes: #689533 UCF-based conf added. 
  No more manual changes to exabgp.env, thanks to Federico Ceratto.
          

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
neighbor 192.168.127.130 {
 
1
neighbor 10.0.0.3 {
2
2
        description "will pass received routes to the program";
3
 
        router-id 192.168.127.1;
4
 
        local-address 192.168.127.1;
 
3
        router-id 10.0.0.2;
 
4
        local-address 10.0.0.2;
5
5
        local-as 654321;
6
6
        peer-as 123456;
7
7
        hold-time 180;
8
8
 
9
9
        process parsed-route-backend {
10
10
                parse-routes;
11
 
                run contrib/daniel.piekacz/collector.py 192.168.127.130 collector collector collector;
 
11
                run contrib/daniel.piekacz/collector.py 10.0.0.3 collector collector collector;
12
12
        }
13
13
 
14
14
        static {