0
This commit is contained in:
@@ -6,6 +6,7 @@ template bgp dn42_up0_new {
|
||||
import filter {if !function_dn42_bgp_import_from_upstream() then reject; accept; };
|
||||
export filter {if !function_dn42_bgp_export_to_upstream0() then reject; accept; };
|
||||
};
|
||||
ipv6 {import none;export none;};
|
||||
}
|
||||
|
||||
template bgp dn42_up1_new {
|
||||
@@ -16,6 +17,7 @@ template bgp dn42_up1_new {
|
||||
import filter {if !function_dn42_bgp_import_from_upstream() then reject; accept; };
|
||||
export filter {if !function_dn42_bgp_export_to_upstream1() then reject; accept; };
|
||||
};
|
||||
ipv6 {import none;export none;};
|
||||
}
|
||||
|
||||
template bgp dn42_ibgp_new {
|
||||
@@ -30,6 +32,7 @@ template bgp dn42_ibgp_new {
|
||||
import filter {if !function_dn42_ibgp_import() then reject; accept; };
|
||||
export filter {if !function_dn42_ibgp_export() then reject; accept; };
|
||||
};
|
||||
ipv6 {import none;export none;};
|
||||
}
|
||||
|
||||
|
||||
@@ -42,4 +45,5 @@ template bgp dn42_ibgp_mp_new {
|
||||
import filter {if !function_dn42_ibgp_import() then reject; accept; };
|
||||
export filter {if !function_dn42_ibgp_export() then reject; accept; };
|
||||
};
|
||||
ipv6 {import none;export none;};
|
||||
}
|
||||
Reference in New Issue
Block a user