]> git.puffer.fish Git - mirror/frr.git/commit
lib: Only apply prefix's to the same family 1426/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 7 Nov 2017 15:54:03 +0000 (10:54 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 7 Nov 2017 15:54:03 +0000 (10:54 -0500)
commit4f3749854a887aa51d4cb0c59356d4c39553e3d0
treee351833d6248f7a4800eb434e5d3568b47eb115e
parent608646688be673edfa55d089ea11997d6a3e7794
lib: Only apply prefix's to the same family

When we have a v4 or v6 prefix list, only
apply it via a match when the address families
are the same.

Fixes: #1339
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/plist.c