Hi.
On 2016-08-16 18:06, micah anderson wrote:
I wanted to debug the states of a neighbor, but I cannot seem to figure out how to change debugging on the command-line in a way that *seems* according to the argument options:
debug (<protocol> | <pattern> | all) (all | off | { states | routes | filters | interfaces | events | packets })
Pavel Tvrdík <pavel.tvrdik@nic.cz> writes:
Try in BIRD client this:
bird> debug all { states } bird> debug cogent { states, routes }
On 2016-08-24 19:39, micah wrote:
That works, but I have to say that it is very confusing how those arguments are presented!
We changed debug options description to: debug <protocol> | "<pattern>" | all) (all | off | { states|routes|filters|interfaces|events|packets [, ...] } Hope it will be more understandable. Best regards, Pavel