remove unet and ospf config files
This commit is contained in:
@@ -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";
|
||||
Reference in New Issue
Block a user