diff options
author | Nasato Goto <7310510@gmail.com> | 2018-08-27 23:31:14 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-08-28 08:49:11 +0900 |
commit | 23ac6ebb861a725273c6b663dc484becef55087c (patch) | |
tree | d6533ab6e1a02d389e6025f6c440f110cc4ca2d4 /internal/pkg/apiutil/attribute.go | |
parent | e7929016918bb27263a3cb7548e9c45bb109a308 (diff) |
test/lib: Enable static IP address
This patch enable us to give test containers a static IP address
by passing 'ip_addr' argument to addif method.
In addition, 'v6=True' argument is needed when we specify static IPv6 address.
Usage:
br01 = Bridge(name='br01', subnet='192.168.0.0/24', self_ip=False)
g1 = GoBGPContainer(name='g1', asn=64512 router_id='10.0.0.1')
br01.addif(g1, ip_addr='192.168.0.11')
Diffstat (limited to 'internal/pkg/apiutil/attribute.go')
0 files changed, 0 insertions, 0 deletions