We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a472484 + 48499cb commit 2b402a9Copy full SHA for 2b402a9
gobgp/announce.sh
@@ -40,7 +40,7 @@ attr_v6="
40
done
41
42
if [[ -n ${default_route} ]]; then
43
- ip netns exec bgp gobgp global rib add ::/0 $attr_v4
+ ip netns exec bgp gobgp global rib add ::/0 $attr_v6
44
fi
45
46
ip netns exec bgp gobgp global rib add 2000:1:0:1::/52 $attr_v6
0 commit comments