]> git.puffer.fish Git - matthieu/frr.git/commit
lib: parser: move allowrepeat to cmd_token
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 16 Dec 2016 16:19:37 +0000 (17:19 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 16 Dec 2016 19:42:01 +0000 (20:42 +0100)
commit4d94b2929671e9251e95e6d2f88da8797a1d6e1e
tree62f7fbb95edac618a4e4b4520642907004842fac
parent0e64d123fd50cb8c45ad32a209f10173bdb65c4d
lib: parser: move allowrepeat to cmd_token

struct graph_node isn't quite the right place to control matcher
behaviour.

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