From efeec5326158353a8afd27057f1b71bc1e1fef4b Mon Sep 17 00:00:00 2001 From: Igor Putovny Date: Mon, 2 Jun 2025 13:44:42 +0200 Subject: [PATCH] Change default value of "allow as set" to false --- doc/bird.sgml | 2 +- proto/bgp/config.Y | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index 8c70e485c..ce0df346e 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3290,7 +3290,7 @@ protocol bgp [] { as they complicate security features like RPKI validation. When this option is disabled, then received AS paths with AS sets are rejected as malformed and corresponding BGP updates are treated as withdraws. - Default: on. + Default: off.