# Generated by confd protocol static { # IP blocks for this host. route 10.0.0.0/30 blackhole; route 10.1.0.0/24 blackhole; route 192.168.221.192/26 blackhole; route 192.168.221.64/26 blackhole; # Static routes. route 10.101.0.0/16 blackhole; route 10.101.0.101/32 blackhole; route 80.15.0.0/24 blackhole; } # Aggregation of routes on this host; export the block, nothing beneath it. function calico_aggr () { # Block 10.0.0.0/30 is implicitly confirmed. if ( net = 10.0.0.0/30 ) then { accept; } if ( net ~ 10.0.0.0/30 ) then { reject; } # Block 10.1.0.0/24 is implicitly confirmed. if ( net = 10.1.0.0/24 ) then { accept; } if ( net ~ 10.1.0.0/24 ) then { reject; } # Block 10.2.0.1/32 is implicitly confirmed. if ( net = 10.2.0.1/32 ) then { accept; } if ( net ~ 10.2.0.1/32 ) then { reject; } # Block 192.168.221.192/26 is implicitly confirmed. if ( net = 192.168.221.192/26 ) then { accept; } if ( net ~ 192.168.221.192/26 ) then { reject; } # Block 192.168.221.64/26 is confirmed if ( net = 192.168.221.64/26 ) then { accept; } if ( net ~ 192.168.221.64/26 ) then { reject; } }