#!/bin/bash # Copyright 2015 Metaswitch Networks exec > /tmp/calico_route_reflector.log 2>&1 set -x echo "Hi, I'm a route_reflector node!" this_node_address=$(python get_node_ip.py `hostname`) bgp_peers=$(python get_rr_peers.py) # Generate basic config for a BIRD BGP route reflector. cat > /etc/bird/bird.conf <> /etc/bird/bird.conf <