Fix:add dn42 and change config
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
protocol pipe ospf4_sync {
|
||||
table ospf4;
|
||||
peer table master4;
|
||||
peer table unet4;
|
||||
export filter {
|
||||
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
|
||||
accept;
|
||||
@@ -10,7 +10,7 @@ protocol pipe ospf4_sync {
|
||||
|
||||
protocol pipe ospf6_sync {
|
||||
table ospf6;
|
||||
peer table master6;
|
||||
peer table unet6;
|
||||
export filter {
|
||||
if bgp_large_community ~ [(UNET_ASN, 3,*)] then reject;
|
||||
accept;
|
||||
|
||||
Reference in New Issue
Block a user