On 14/01/2015 12:47 μμ, Jeronimo de A. Barros wrote: > Hi... > > I think that the correct would be the minus signal inside de quotes: > > interface "-eth*" >
from the doc of the interface common option:
[..snip..]
An interface matches the pattern if it matches any of its clauses. If the
clause begins with -, matching interfaces are excluded. Patterns are processed
left-to-right, thus interface "eth0", -"eth*", "*"; means eth0 and all
non-ethernets.
[..snip..]
but my logic was wrongly applied to the conf, it should haven been:
protocol bfd {
debug { states, routes, filters, interfaces, events };
interface "bond0" {
min rx interval 400 ms;
min tx interval 400 ms;
idle tx interval 1000 ms;
multiplier 3;
};
interface "eth*" {
disabled yes;
}
}
but I get config error at the line ' disabled yes;'
Thanks,
Pavlos
signature.asc
Description: OpenPGP digital signature
