diff options
| author | Renato Westphal <renato@openbsd.org> | 2017-09-27 13:42:53 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-27 13:42:53 -0300 |
| commit | 67c0a9206ce9b50dacb6561e7dccdc0ae8e7fc43 (patch) | |
| tree | e5880385ece95b878db7f7d0455b10b2c2e426c8 /lib/command_match.c | |
| parent | 78ab711529940f3e7175d149370c696144ae2036 (diff) | |
| parent | 1e058f38c2f3acdec42b601024f8af8355e3b867 (diff) | |
Merge pull request #1180 from dwalton76/ipv6-static-route-null0
Ipv6 static route null0
Diffstat (limited to 'lib/command_match.c')
| -rw-r--r-- | lib/command_match.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command_match.c b/lib/command_match.c index 62e7c63068..6384abe5ce 100644 --- a/lib/command_match.c +++ b/lib/command_match.c @@ -214,6 +214,7 @@ static enum matcher_rv command_match_r(struct graph_node *start, vector vline, fprintf(stdout, "\"%-20s\" matches \"%-30s\" ? ", input_token, token->text); enum match_type mt = match_token(token, input_token); + fprintf(stdout, "type: %d ", token->type); fprintf(stdout, "min: %d - ", minmatch); switch (mt) { case trivial_match: |
