Skip to content
Permalink
23fe491bcf
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
21 lines (18 sloc) 329 Bytes
process announce-routes {
run python api-full-rrc14.run;
encoder text;
}
neighbor {neighbor IP} {
router-id {local host IP};
local-address 172.17.0.2; #Docker container IP
local-as {local AS};
peer-as {remote AS};
hold-time 90;
family {
ipv4 unicast;
ipv6 unicast;
}
api {
processes [announce-routes];
}
}