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

« back to all changes in this revision

Viewing changes to dev/apitest/operational-send.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
        capability {
 
8
                operational;
 
9
        }
 
10
 
 
11
        process operational-chatter {
 
12
                run ./operational-send.py;
 
13
        }
 
14
 
 
15
        operational {
 
16
                asm afi ipv4 safi unicast advisory 'Thank you for peering, noc email is noc@isp.com';
 
17
        }
 
18
}