We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efe496 commit 5fd468fCopy full SHA for 5fd468f
test/suites/network_forward.sh
@@ -9,6 +9,15 @@ test_network_forward() {
9
ipv4.address=192.0.2.1/24 \
10
ipv6.address=fd42:4242:4242:1010::1/64
11
12
+ # Enable the BGP listener on the bridge itself
13
+ lxc config set core.bgp_address=192.0.2.1:8874
14
+ lxc config set core.bgp_asn=65536
15
+ lxc config set core.bgp_routerid=192.0.2.1
16
+
17
+ # Check that the listener survives a restart of LXD
18
+ shutdown_lxd "${LXD_DIR}"
19
+ respawn_lxd "${LXD_DIR}" true
20
21
# Check creating a forward with an unspecified IPv4 address fails.
22
! lxc network forward create "${netName}" 0.0.0.0 || false
23
0 commit comments