<ERR> filters, line 1: Can't operate with values of incompatible types
Is there a way how I could debug 2010-03-21 19:08:12 <ERR> filters, line 1: Can't operate with values of incompatible types 2010-03-21 19:08:12 <ERR> filters, line 1: Can't operate with values of incompatible types 2010-03-21 19:08:12 <ERR> ... any further? TIA, Arnold -- Arnold Nipper / nIPper consulting, Sandhausen, Germany email: arnold@nipper.de phone: +49 6224 9259 299 mobile: +49 172 2650958 fax: +49 6224 9259 333
As far as I remember I had the same issues when checking the BGP metrics, which were NULL in some cases. Zeoring out helped. if ! defined (bgp_med) then bgp_med = 0; Wolfgang On Mar 21, 2010, at 20:11 , Arnold Nipper wrote:
Is there a way how I could debug
2010-03-21 19:08:12 <ERR> filters, line 1: Can't operate with values of incompatible types 2010-03-21 19:08:12 <ERR> filters, line 1: Can't operate with values of incompatible types 2010-03-21 19:08:12 <ERR> ...
any further?
TIA, Arnold -- Arnold Nipper / nIPper consulting, Sandhausen, Germany email: arnold@nipper.de phone: +49 6224 9259 299 mobile: +49 172 2650958 fax: +49 6224 9259 333
-- www.vix.at | www.aco.net wh@univie.ac.at | WH844-RIPE Vienna University Computer Center
On Sun, Mar 21, 2010 at 08:11:00PM +0100, Arnold Nipper wrote:
Is there a way how I could debug
2010-03-21 19:08:12 <ERR> filters, line 1: Can't operate with values of incompatible types 2010-03-21 19:08:12 <ERR> filters, line 1: Can't operate with values of incompatible types 2010-03-21 19:08:12 <ERR> ...
any further?
'line 1' indicates that these errors are from filtering expressions entered as a part of 'show route' birdc command (i expect that you dont' have filter specified on first line of config file). This error is probably caused by querying and testing values of route attributes that are not present. -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
participants (3)
-
Arnold Nipper -
Ondrej Zajicek -
Wolfgang Hennerbichler