Skip to content

Commit

Permalink
add final outbound summary rule to spines
Browse files Browse the repository at this point in the history
  • Loading branch information
ngschmidt committed Jan 1, 2021
1 parent ac66461 commit bac1931
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/vars/vyos-s0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ policy:
action permit
prefix 2610:100:6000:def::/128
}
rule 40 {
action permit
ge 61
le 128
prefix 2610:100:6000:de0::/60
}
prefix6in:
name: 'INBOUND-SPINE6'
description: "Accept inbound IPv6 spine routes"
Expand Down
6 changes: 6 additions & 0 deletions roles/vars/vyos-s1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ policy:
action permit
prefix 2610:100:6000:def::1/128
}
rule 40 {
action permit
ge 61
le 128
prefix 2610:100:6000:de0::/60
}
prefix6in:
name: 'INBOUND-SPINE6'
description: "Accept inbound IPv6 spine routes"
Expand Down

0 comments on commit bac1931

Please sign in to comment.