[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bigsister-general] uxmon-asroot size


--On May 4, 2007 8:49:21 AM +0200 Ruzsinszky Attila
<suppressed> wrote:

> 
> I found this syntax for more than one interfaces:
> host-t1                   ping interface=~(bridge|softwareLoopback)
> network
> 
> But this is checking only the bridge and softwareLoopback interface
> what I wanted
> disabling. So I modified: interface=~(lan|wan) network

I don't think that tilde (~) does what you think. In perl regular
expressions, I don't think you can negate (that's a common meaning for the
tilde in programming) the clustering pattern match with a leading tilde...

I think ~(foo|bar) would only match a "foo" or a "bar" with a literal "~"
in front...

either way, the 'network' test expects you to list an interface name, or a
perl regexp that matches multiple names. NOT a list of name you want to
ignore...

so you should use

  interface=(lan|wan) network

-c


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bigsister-general mailing list
suppressed
https://lists.sourceforge.net/lists/listinfo/bigsister-general


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.