]> git.puffer.fish Git - mirror/frr.git/commit
lib: No need to call apply_mask 2 times 1331/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 16 Oct 2017 18:47:08 +0000 (14:47 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 16 Oct 2017 18:47:08 +0000 (14:47 -0400)
commit1ab21a40ebdd21ee2eb8127a110793f907b48eef
tree5103b13e4f86e4b4ce55581017900c27786f65bc
parentefb149d95bb4045f44fcaf6e9f1d59f76af6c013
lib: No need to call apply_mask 2 times

route_node_set is only called by route_node_get
which calls apply_mask.  There is no need to do
this again.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/table.c