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

« back to all changes in this revision

Viewing changes to dev/self/api/second.template

  • 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
#route 77.93.35.15/32 next-hop 10.0.0.2;
 
2
 
 
3
group test {
 
4
        local-as 65534;
 
5
        peer-as 65533;
 
6
        hold-time 180;
 
7
        graceful-restart 1200;
 
8
 
 
9
        process dump-all-text {
 
10
                receive-routes;
 
11
                neighbor-changes;
 
12
                run ./check-all-ok-text;
 
13
        }
 
14
 
 
15
#       process dump-all-json {
 
16
#               receive-routes;
 
17
#               run ./check-all-ok-json;
 
18
#       }
 
19
 
 
20
        neighbor 127.0.0.1 {
 
21
                description "router 2 with four routes";
 
22
                router-id 128.0.0.0;
 
23
                local-address IP;
 
24
        }
 
25
}