mirror of
https://github.com/openbsd/src.git
synced 2026-06-18 07:13:36 +02:00
Fixup regress after chaning the default for 'announce as-4byte' to enforce.
Friendly reminder that I forgot to commit this by anton@
This commit is contained in:
@@ -20,6 +20,7 @@ neighbor 192.0.2.1 {
|
||||
announce IPv4 flowspec
|
||||
announce IPv6 flowspec
|
||||
announce enhanced refresh yes
|
||||
announce as4byte yes
|
||||
announce add-path recv yes
|
||||
announce add-path send all
|
||||
announce policy yes
|
||||
@@ -46,7 +47,6 @@ neighbor 192.0.2.3 {
|
||||
announce refresh enforce
|
||||
announce enhanced refresh enforce
|
||||
announce restart enforce
|
||||
announce as4byte enforce
|
||||
announce add-path recv enforce
|
||||
announce add-path send best plus 3 enforce
|
||||
announce policy enforce
|
||||
|
||||
@@ -2,7 +2,9 @@ AS 64500
|
||||
router-id 10.12.57.1
|
||||
fib-update no
|
||||
|
||||
neighbor 10.12.57.0/29
|
||||
neighbor 10.12.57.0/29 {
|
||||
announce as-4byte yes
|
||||
}
|
||||
|
||||
allow from any
|
||||
allow to any
|
||||
|
||||
Reference in New Issue
Block a user