Re: bgpd parse.y spring cleaning

2023-04-04 Thread Theo Buehler
On Tue, Apr 04, 2023 at 05:20:21PM +0200, Claudio Jeker wrote: > Here is a preparation diff that just does some stylistic cleanup in > parse.y > > This moves the globals a bit down (I want to add a struct define later and > those are below the current place). > Move the mrt and network statements

bgpd parse.y spring cleaning

2023-04-04 Thread Claudio Jeker
Here is a preparation diff that just does some stylistic cleanup in parse.y This moves the globals a bit down (I want to add a struct define later and those are below the current place). Move the mrt and network statements to the grammar. Swap order of restricted to follow the common idiom of empt