]> git.proxmox.com Git - mirror_frr.git/commit
lib: Only apply prefix's to the same family
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 7 Nov 2017 15:54:03 +0000 (10:54 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 10 Nov 2017 23:27:38 +0000 (18:27 -0500)
commitb9d45c5c673ead0b3ccf41c16f75b4df90dd140f
tree9128469f8194cbd6e8d365e91b35baa4aa7e426c
parentc78d7e65dfbfe4e1caa462d7d0c406b49b89d77d
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