Fix quagga peering by working around the NAT 47/30347/2
authorRomanos Skiadas <rski@intracom-telecom.com>
Mon, 13 Mar 2017 13:08:54 +0000 (15:08 +0200)
committerRomanos Skiadas <rski@intracom-telecom.com>
Tue, 14 Mar 2017 07:29:58 +0000 (09:29 +0200)
commit1ad4cd4d35bcd0d4d9898650eb0452b184b55f77
tree855ad205de33620a3439fa9adfa28fdd0dc64fba
parent7b1e45de5574cd35013910e746756d0718a45ceb
Fix quagga peering by working around the NAT

Quagga peering doesn't seem to work over the NATted openstack external
network. To work around this, directly patch the quagga instance to the
external network and give it a fixed IP in that network. Then, all the
peering traffic goes over that patched interface.

Change-Id: I8d9d8fef4e86839c821f83e564d5c49cc15e43ae
JIRA: SDNVPN-114
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
sdnvpn/artifacts/quagga_setup.sh
sdnvpn/lib/quagga.py
sdnvpn/test/functest/testcase_3.py