mirror of
https://git.dn42.dev/wiki/wiki.git
synced 2025-02-24 18:35:54 +01:00
Updated Bird2 (markdown)
This commit is contained in:
parent
e3d7c9c524
commit
c990a99e9a
@ -144,7 +144,7 @@ template bgp dnpeers {
|
||||
} else reject;
|
||||
};
|
||||
|
||||
export filter { if is_valid_network() then accept; else reject; };
|
||||
export filter { if is_valid_network() && source ~ [RTS_STATIC, RTS_BGP] then accept; else reject; };
|
||||
import limit 1000 action block;
|
||||
};
|
||||
|
||||
@ -157,7 +157,7 @@ template bgp dnpeers {
|
||||
} else accept;
|
||||
} else reject;
|
||||
};
|
||||
export filter { if is_valid_network_v6() then accept; else reject; };
|
||||
export filter { if is_valid_network_v6() && source ~ [RTS_STATIC, RTS_BGP] then accept; else reject; };
|
||||
import limit 1000 action block;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user