]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_routemap.c
When a route-map configuration is used to set the nexthop to a value, make
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 11 Jun 2015 16:19:59 +0000 (09:19 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 11 Jun 2015 16:19:59 +0000 (09:19 -0700)
commitbf8b3d27623615c3b2a82d9f4867c70c8071a9be
treed30097084516d017567b6acd7d310fe9f4636986
parent3dd320810eb7efa3ba23efc545048cf6d276dd78
When a route-map configuration is used to set the nexthop to a value, make
sure that the value is acceptable. For example, if the route-map is setting
the IPv6 link-local nexthop, make sure the value is an IPv6 link-local
address.
bgpd/bgp_routemap.c
ripd/rip_routemap.c
ripngd/ripng_routemap.c