19 Sep
2017
19 Sep
'17
10:57 a.m.
-----Oryginalna wiadomość----- From: Ondrej Zajicek
I suggest to use something like:
if bgp_path ~ [= * 64515 * =] then reject; This should work, but simpler way is this: if 64515 ~ bgp_path then reject;
Ok question why if bgp_path = 64515 then reject; not working and don`t give errors if this is wrong.... Maybe this is a BUG? I just check and: if bgp_path ~ [= * 64515 * =] then reject; Working properly.... Best Regards Thanks for help!