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

« back to all changes in this revision

Viewing changes to dev/self/refresh/first.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 65533;
 
5
        peer-as 65533;
 
6
        hold-time 180;
 
7
 
 
8
        capability {
 
9
                route-refresh;
 
10
                graceful-restart 1200;
 
11
        }
 
12
 
 
13
        family {
 
14
                ipv4 unicast;
 
15
        }
 
16
 
 
17
        process similate-the-intenet {
 
18
                receive-routes;
 
19
                run ./re-ask.py;
 
20
        }
 
21
 
 
22
        neighbor IP {
 
23
                description "router 2 with four routes";
 
24
                router-id 127.0.0.0;
 
25
                local-address 127.0.0.1;
 
26
        }
 
27
}