Files
osrg-gobgp/test
Satoshi Fujimoto 5440f32fcd test/lib: Allow unconfigured peer-as for Unnumbered BGP
For Unnumbered BGP, neighbor AS number isn't needed
to be specified, so 'peer-as' should not be specified
in the scenario test for Unnumbered BGP.
However, currently 'peer-as' is always specified
in test/lib/gobgp.py

This commit solves this by not specifying `peer-as`
if 'neighbor-interface' is configured.

Signed-off-by: Satoshi Fujimoto <[email protected]>
2017-11-27 14:19:58 +09:00
..