blob: 008efd02f75c2ec97cdf22c6b27b82ad56325a61 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
|
protocol bgp guixworkstation {
local as OWNAS;
ipv4 {
next hop self;
import filter { if (net = 141.80.181.40) then accept; reject; };
export none;
};
neighbor 192.168.0.191 as 64994;
multihop;
}
|