remove unet and ospf config files

This commit is contained in:
2026-04-07 16:47:12 +08:00
parent 1660565696
commit 13d19a1b65
14 changed files with 37 additions and 311 deletions

View File

@@ -27,10 +27,6 @@ protocol kernel {
import none;
export filter {
if source = RTS_STATIC then reject;
if unet_is_valid_network_v4() then {
krt_prefsrc = UNET_V4_kernel;
accept;
}
if !is_bogon_prefix() then {
krt_prefsrc = LOCAL_V4_kernel;
accept;
@@ -40,4 +36,5 @@ protocol kernel {
};
};
include "/etc/bird/net/*.conf";
include "/etc/bird/template/*.conf";
include "/etc/bird/peers/*.conf";