Compare commits

..

No commits in common. "88ae0da48a64597c71210aa8c1526f68e3d7fe51" and "706218c5b82074940f41bacab0e5e17609fe6271" have entirely different histories.

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/27+];
return net ~ [172.20.170.192/28+];
}
function is_valid_network() {

View file

@ -1,3 +1,3 @@
protocol bgp filip from dnpeers {
neighbor 172.20.178.65 as 4242421404;
};
#protocol bgp filip from dnpeers {
# neighbor 172.19.2.1 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;
#};