Exa-Networks / exabgp

The BGP swiss army knife of networking
Other
2.08k stars 445 forks source link

feat(neighbor): support announce all processes #1180

Closed ahmet2mir closed 1 year ago

ahmet2mir commented 1 year ago

Hi,

As discused on slack, currently there is no way to tell neighbours to announce all defined processes.

Adding "all" inside api.processes allow announcing all of them.

thomas-mangin commented 1 year ago

Good idea and the only issue with with patch would be the missing second run file. That said, I would rather have a new keyword “processes-matching” taking a regex expression which would be used to decide which process names to include and add a alias for processes called processes-named perhaps too