Compare commits

...

2 commits

Author SHA1 Message Date
graffen 88ae0da48a Re-enable peering to filip 2018-09-08 13:11:05 +00:00
graffen e3b4b19a2f Expand DN42 allocation to 172.20.170.192/27 2018-09-08 13:10:48 +00:00
3 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@ define OWNAS = 4242423934;
define OWNIP = 172.20.170.192;
function is_self_net() {
return net ~ [172.20.170.192/28+];
return net ~ [172.20.170.192/27+];
}
function is_valid_network() {

View file

@ -1,3 +1,3 @@
#protocol bgp filip from dnpeers {
# neighbor 172.19.2.1 as 4242421404;
#};
protocol bgp filip from dnpeers {
neighbor 172.20.178.65 as 4242421404;
};

View file

@ -1,3 +1,3 @@
#protocol bgp filip from dnpeers {
# neighbor fe80::feec:daff:fe46:d60e % 'wg-bgp-filip' as 4242421404;
#};
protocol bgp filip from dnpeers {
neighbor fe80::feec:daff:fe46:d60e % 'wg-bgp-filip' as 4242421404;
};