summaryrefslogtreecommitdiff
path: root/lib/command_graph.c
diff options
context:
space:
mode:
authorvdhingra <vdhingra@vmware.com>2019-08-27 03:45:54 -0700
committervdhingra <vdhingra@vmware.com>2019-09-15 05:45:27 -0700
commit909f3d56aef817208942635fc843b148edb5f38e (patch)
tree2c7cab8da59fd02a4dc3c4cbb698a0ed06082760 /lib/command_graph.c
parent90316c973f541412a23995894b80621a421bed33 (diff)
lib: rmap dep table is not correct in case of exact-match clause
User pass the string match large-community 1 exact-match from CLI. Now route map lib has got the string as "1 exact-match". It passes the string to call back for compilation. BGP will parse this string and came to know that for "1" it has to do exact match. Routemap lib has to save "1" in it’s dependency table. Here routemap is saving this as a “1 exact-match” which is wrong. The solution is used the compiled data. Signed-off-by: vishaldhingra <vdhingra@vmware.com>
Diffstat (limited to 'lib/command_graph.c')
0 files changed, 0 insertions, 0 deletions