~ubuntu-branches/ubuntu/trusty/exabgp/trusty

« back to all changes in this revision

Viewing changes to etc/exabgp/ibgp4-withdrawn.txt

  • Committer: Package Import Robot
  • Author(s): Henry-Nicolas Tourneur
  • Date: 2012-03-22 12:00:00 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120322120000-v4aj8h69mhpmgbjq
Tags: 2.0.7-1

* New upstream release
* Fix bad clean target for build/ directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
neighbor 192.168.127.128 {
 
2
        description "will announce a route until told otherwise";
 
3
        router-id 198.111.227.39;
 
4
        local-address 192.168.127.1;
 
5
        local-as 65533;
 
6
        peer-as 65533;
 
7
 
 
8
        # control route(s) announcement every second, return down or up on it stdout to reflect route announcement change
 
9
        # flap the route with the watchdog name "watchdog-one"
 
10
        # flap the route, do not provide name so it changes service-watchdog
 
11
        process service-watchdog {
 
12
                run etc/exabgp/processes/watchdog-1.sh;
 
13
        }
 
14
 
 
15
        static {
 
16
                route 192.168.0.0/16 next-hop 192.0.2.1 med 200 community [174:666] withdrawn watchdog service-watchdog;
 
17
                route 172.10.0.0/16 next-hop 192.0.2.1 med 200 community [174:666] watchdog watchdog-one withdrawn;
 
18
                route 10.0.0.0/16 {
 
19
                        next-hop 192.0.2.1;
 
20
                        med 200;
 
21
                        community [174:666];
 
22
                        watchdog watchdog-one;
 
23
                        withdrawn;
 
24
                }
 
25
        }
 
26
}