You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEBU[0011] Found error in ./AS65535.conf:xxx:xx message Mixed IPv4/IPv6 prefixes in prefix set
FATA[0011] BIRD: BIRD validation error:
2001:db8::/32
]) then _reject("prefix not in only-announce list");
^ Mixed IPv4/IPv6 prefixes in prefix set
if ((65535,1,4) ~ bgp_large_community) then accept;
Expected behavior
Separated config for v4 and v6
The text was updated successfully, but these errors were encountered:
Describe the bug
only-announce
is failed to setup when it's having 2 AF (Address Family) at same time.Environment
pathvector version
Debian 12
yaml
language identifierTo Reproduce
Steps to reproduce the behavior:
pathvector g
Expected behavior
Separated config for v4 and v6
The text was updated successfully, but these errors were encountered: