Compilation results for dns1004.wikimedia.org: System changes detected
You can retrieve this result from host.json.Catalog differences
Summary
| Total Resources: | 3545 |
|---|---|
| Resources added: | 4 |
| Resources removed: | 0 |
| Resources modified: | 4 |
| Change percentage: | 0.23% |
Resources only in the new catalog
- Exec[ip addr add 2a02:ec80:53::1/128 label lo:anycast dev lo]
- Augeas[lo_2620:0:861:53::1/128]
- Augeas[lo_2a02:ec80:53::1/128]
- Exec[ip addr add 2620:0:861:53::1/128 label lo:anycast dev lo]
Resources modified
- File[/etc/bird/bird.conf]
- Content differences:
--- /etc/bird/bird.conf.orig +++ /etc/bird/bird.conf @@ -1,4 +1,5 @@ include "/etc/bird/anycast-prefixes.conf"; +include "/etc/bird/anycast6-prefixes.conf"; router id 208.80.154.6; @@ -8,9 +9,20 @@ export all; }; } +protocol direct { + interface "*"; + ipv6 { + export all; + }; +} protocol kernel { ipv4 { + import none; + }; +} +protocol kernel { + ipv6 { import none; }; } @@ -22,9 +34,21 @@ { return net ~ ACAST_PS_ADVERTISE; } +function match_route6() +{ + return net ~ ACAST6_PS_ADVERTISE; +} filter vips_filter { if ( net.len = 32 && net !~ 203.0.113.1/32 && match_route() ) then { + accept; + } + else { + reject; + } +} +filter vips6_filter { + if ( net.len = 128 && net !~ 2001:db8::1/128 && match_route6() ) then { accept; } else { @@ -64,3 +88,23 @@ neighbor 208.80.154.197 external; } +protocol bgp { + multihop; + bfd yes; + ipv6 { + import none; + export filter vips6_filter; + }; + local 2620:0:861:1:208:80:154:6 as 64605; + neighbor 2620:0:861:ffff::1 external; +} +protocol bgp { + multihop; + bfd yes; + ipv6 { + import none; + export filter vips6_filter; + }; + local 2620:0:861:1:208:80:154:6 as 64605; + neighbor 2620:0:861:ffff::2 external; +}
- Content differences:
- File[/etc/anycast-healthchecker.d/hc-vip-ns0.wikimedia.org.conf]
- Content differences:
--- /etc/anycast-healthchecker.d/hc-vip-ns0.wikimedia.org.conf.orig +++ /etc/anycast-healthchecker.d/hc-vip-ns0.wikimedia.org.conf @@ -7,3 +7,13 @@ check_disabled = false on_disabled = withdraw ip_prefix = 208.80.154.238/32 + +[hc-vip-ns0.wikimedia.org.ipv6] +check_cmd = /usr/local/bin/check_authdns_ns0_state /usr/lib/nagios/plugins/check_dns_query -H 2620:0:861:53::1 -a -l -d www.wikipedia.org -t 1 +check_interval = 1 +check_timeout = 1 +check_fail = 1 +check_rise = 10 +check_disabled = false +on_disabled = withdraw +ip_prefix = 2620:0:861:53::1/128
- Content differences:
- File[/etc/anycast-healthchecker.conf]
- Content differences:
--- /etc/anycast-healthchecker.conf.orig +++ /etc/anycast-healthchecker.conf @@ -4,7 +4,7 @@ [daemon] pidfile = /var/run/anycast-healthchecker/anycast-healthchecker.pid ipv4 = true -ipv6 = false +ipv6 = true bird_conf = /etc/bird/anycast-prefixes.conf bird6_conf = /etc/bird/anycast6-prefixes.conf bird_variable = ACAST_PS_ADVERTISE
- Content differences:
- File[/etc/anycast-healthchecker.d/hc-vip-ns2.wikimedia.org.conf]
- Content differences:
--- /etc/anycast-healthchecker.d/hc-vip-ns2.wikimedia.org.conf.orig +++ /etc/anycast-healthchecker.d/hc-vip-ns2.wikimedia.org.conf @@ -7,3 +7,13 @@ check_disabled = false on_disabled = withdraw ip_prefix = 198.35.27.27/32 + +[hc-vip-ns2.wikimedia.org.ipv6] +check_cmd = /usr/local/bin/check_authdns_ns2_state /usr/lib/nagios/plugins/check_dns_query -H 2a02:ec80:53::1 -a -l -d www.wikipedia.org -t 1 +check_interval = 1 +check_timeout = 1 +check_fail = 1 +check_rise = 10 +check_disabled = false +on_disabled = withdraw +ip_prefix = 2a02:ec80:53::1/128
- Content differences: