protocol bgp R65533x1 from PEERS {
source address 10.0.0.200;
description "TEST";
neighbor 10.79.2.2 as 65533;
multihop;
import none;
export where filter_bgp_as_path();
table T65533;
passive off;
}
After running "birdc configure" I see in bird.log to return the
following error:
17-12-2013 14:44:47 <ERR> filters, line 8: Can't add/delete to
non-(e)clist
17-12-2013 14:44:47 <ERR> filters, line 8: Can't add/delete to
non-(e)clist
17-12-2013 14:44:47 <ERR> filters, line 8: Can't add/delete to
non-(e)clist
Could you please point me in the right direction ? Is it possible at
all to modify AS_PATH attribute?