osrg / bgperf

Apache License 2.0
87 stars 30 forks source link

Some tentative improvements #18

Closed pierky closed 7 years ago

pierky commented 7 years ago

Here I propose some changes:

testers:
- name: tester1
  neighbors:
    10.10.0.10:
      ...
    10.10.0.100:
      ...
- name: tester2
  neighbors:
    10.10.0.20:
      ...
    10.10.0.200:
      ...
ishidawataru commented 7 years ago

@pierky Thanks a lot for your work and sorry for the delay.

I tried your branch and I couldn't run a test except for bird. It seems the startup script of gobgp and bird is blocking. Could you look into it?

pierky commented 7 years ago

This should work now.

ishidawataru commented 7 years ago

thanks!