1# $OpenBSD: bgpd.conf.15.in,v 1.1 2023/04/12 09:09:41 claudio Exp $ 2# test multiprotocol announce statements 3 4AS 1 5 6neighbor 192.0.2.1 { 7 remote-as 64496 8 announce inet unicast 9 announce inet vpn 10 announce inet flowspec 11} 12 13neighbor 2001:db8::1 { 14 remote-as 64496 15 announce inet6 unicast 16 announce inet6 vpn 17 announce inet6 flowspec 18} 19