]> git.puffer.fish Git - mirror/frr.git/commit
lib: Fix SA warning 2094/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 20 Apr 2018 14:31:45 +0000 (10:31 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 24 Apr 2018 02:09:33 +0000 (22:09 -0400)
commitb51016ebb90ab19b28385732952ba1e5bcbcb7be
tree5e00bb7b33470cfe1c49ed215ea8b23791c354a6
parent10a00758a76956be734353caf0a88205de51009f
lib: Fix SA warning

The addr value will never be null because of the way we do the
cli, but the SA system doesn't understand this.  Add an assert
to make it happy.

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