Hi... I think that the correct would be the minus signal inside de quotes:
interface "-eth*" Jero On Wed, Jan 14, 2015 at 6:56 AM, Pavlos Parissis <[email protected]> wrote: > Hi, > > In my Linux systems I have 4 interfaces and I use bonding for 2 of them and > the rest are down(no cable/or switch port is disabled) > > I set specific BFD settings for bond interface > 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; > }; > } > > and according to documentation BFD protocol will accept sessions even on > interfaces not covered by my definition. So, I will see BFD messages over > the > other 2 interfaces when they are live(by mistake or intentionally) > > I want to limit BFD sessions only to bond interface in order to avoid > possible > BGP outages due to BFD session issues on the other interfaces. > > Is it possible? I tried > interface -"eth*" { disabled on}; > > but I got config error. > > Cheers, > Pavlos > >
