Hi there,I wish to add a filter to avoid that bogus AS that should be reserved for private network to be accepted by my router.
The problem is that :
# filter bogus AS
allow from any AS { 64512, 65534 } set nexthop blackhole
Doesn't allow ranges... Is there any better way to handle such setup ?
(Do I need to add all AS ranges by hand ?)
PS: I run openbgpd on OpenBSD 3.6 plus current patches...
Sincerly,
/Xavier

