remove static disable
This commit is contained in:
11
bird/conf/static.conf
Normal file
11
bird/conf/static.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
protocol static static_inet6 {
|
||||
route 2406:840:e601:1000::/56 via 2406:840:e601:16::18;
|
||||
ipv6 {
|
||||
table inet6;
|
||||
import filter {
|
||||
bgp_large_community.add((LOCAL_ASN,1,0));
|
||||
accept;
|
||||
};
|
||||
export none;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user