We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cce6c commit 3086defCopy full SHA for 3086def
2 files changed
itamae/roles/show/default.rb
@@ -14,6 +14,9 @@
14
include_cookbook 'nftables'
15
include_cookbook 'bird'
16
17
+package 'iperf3'
18
+package 'tmux'
19
+
20
file '/etc/rk-show.json' do
21
content "#{JSON.pretty_generate(node.fetch(:show))}\n"
22
owner 'root'
itamae/roles/show/templates/etc/bird/bird.conf.d/show.conf
@@ -100,7 +100,9 @@ protocol static static_server4 {
100
table server4;
101
};
102
103
- route <%= node.dig(:show, :addresses).fetch(:server4) %>/32 blackhole;
+ route <%= node.dig(:show, :addresses).fetch(:server4) %>/32 blackhole {
104
+ bgp_community.add((65000, 6030));
105
+ };
106
}
107
protocol static static_server6 {
108
ipv6 {
0 commit comments