]> git.puffer.fish Git - matthieu/frr.git/commit
lib: parser: track matching FORK_TKN & JOIN_TKN
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 16 Dec 2016 21:34:35 +0000 (22:34 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 23 Jan 2017 20:52:44 +0000 (21:52 +0100)
commitab037159286a3241244a6b3e7d1033e3940aa944
treea11b3b207c8afa559ffdbe337971f860b8ee1c56
parent0bf5b1cbe3812e748d459fa4c4fb6596e072e7bd
lib: parser: track matching FORK_TKN & JOIN_TKN

This associates pairs of FORK and JOIN tokens, so the merge function can
identify where a subgraph begins and ends.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/command.h
lib/command_parse.y