On Mon, Apr 17, 2023 at 12:45:43PM +0200, Claudio Jeker wrote:
> On Mon, Apr 17, 2023 at 12:12:47PM +0200, Theo Buehler wrote:
> > On Mon, Apr 17, 2023 at 11:28:37AM +0200, Claudio Jeker wrote:
> > > I want to extend the parser to support lists in a few places.
> > > One of them is for communities.
On Mon, Apr 17, 2023 at 12:12:47PM +0200, Theo Buehler wrote:
> On Mon, Apr 17, 2023 at 11:28:37AM +0200, Claudio Jeker wrote:
> > I want to extend the parser to support lists in a few places.
> > One of them is for communities. This is the first step towards this goal.
> > The change uses the fact
On Mon, Apr 17, 2023 at 11:28:37AM +0200, Claudio Jeker wrote:
> I want to extend the parser to support lists in a few places.
> One of them is for communities. This is the first step towards this goal.
> The change uses the fact that match_token() has access to argc and argv
> and changes the comm
I want to extend the parser to support lists in a few places.
One of them is for communities. This is the first step towards this goal.
The change uses the fact that match_token() has access to argc and argv
and changes the community parsers to parse the next token for communities.
As a nice side-e