Skip to content

Commit 2b402a9

Browse files
authored
Merge pull request #3 from Ashley-Young101/patch-1
Update announce.sh
2 parents a472484 + 48499cb commit 2b402a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gobgp/announce.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ attr_v6="
4040
done
4141

4242
if [[ -n ${default_route} ]]; then
43-
ip netns exec bgp gobgp global rib add ::/0 $attr_v4
43+
ip netns exec bgp gobgp global rib add ::/0 $attr_v6
4444
fi
4545

4646
ip netns exec bgp gobgp global rib add 2000:1:0:1::/52 $attr_v6

0 commit comments

Comments
 (0)