Compare commits
No commits in common. "6a8671fa3e669e0534f9062deb2ff14719ac0a8b" and "af96f5e9850aa431172457a0948d9a02a075e879" have entirely different histories.
6a8671fa3e
...
af96f5e985
1 changed files with 59 additions and 71 deletions
|
@ -48,10 +48,7 @@ protocol bgp tug_r11_v4 {
|
|||
hold time 90;
|
||||
|
||||
ipv4 {
|
||||
import filter {
|
||||
if net ~ [ 0.0.0.0/0 ] then
|
||||
accept; else reject;
|
||||
};
|
||||
import all;
|
||||
export filter {
|
||||
if net ~ [ 188.240.152.0/24{32,32} ] then
|
||||
accept; else reject;
|
||||
|
@ -66,10 +63,7 @@ protocol bgp tug_r11_v6 {
|
|||
hold time 90;
|
||||
|
||||
ipv6 {
|
||||
import filter {
|
||||
if net ~ [ ::/0 ] then
|
||||
accept; else reject;
|
||||
};
|
||||
import all;
|
||||
export filter {
|
||||
if net ~ [ 2001:6b0:2100::/48{128,128} ] then
|
||||
accept; else reject;
|
||||
|
@ -85,10 +79,7 @@ protocol bgp tug_r12_v4 {
|
|||
hold time 90;
|
||||
|
||||
ipv4 {
|
||||
import filter {
|
||||
if net ~ [ 0.0.0.0/0 ] then
|
||||
accept; else reject;
|
||||
};
|
||||
import all;
|
||||
export filter {
|
||||
if net ~ [ 188.240.152.0/24{32,32} ] then
|
||||
accept; else reject;
|
||||
|
@ -103,10 +94,7 @@ protocol bgp tug_r12_v6 {
|
|||
hold time 90;
|
||||
|
||||
ipv6 {
|
||||
import filter {
|
||||
if net ~ [ ::/0 ] then
|
||||
accept; else reject;
|
||||
};
|
||||
import all;
|
||||
export filter {
|
||||
if net ~ [ 2001:6b0:2100::/48{128,128} ] then
|
||||
accept; else reject;
|
||||
|
|
Loading…
Add table
Reference in a new issue