]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgpd.h
bgpd: 'neighbor x.x.x.x weight' should be per address-family
authorDaniel Walton <dwalton@cumulusnetworks.com>
Mon, 10 Oct 2016 14:53:34 +0000 (07:53 -0700)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Mon, 10 Oct 2016 14:53:34 +0000 (07:53 -0700)
commitd93f7ffcb195c600109fe7d4febaef72a2d83715
tree3e582db263b773abd445558edb3a04839a3d7bd4
parentc77272a1c6b59f25ef58caab2a2c1db01c0d76df
bgpd: 'neighbor x.x.x.x weight' should be per address-family

Ticket: CM-13053
Reviewed By: dslice@cumulusnetworks.com

'neighbor x.x.x.x weight' was implemented as a per-peer knob instead of
a per-peer per-afi-safi option. This makes it configurable per-peer
per-afi-safi so that we can do things like soft clear that afi/safi when
weight is modified.
bgpd/bgp_route.c
bgpd/bgp_updgrp.c
bgpd/bgp_vty.c
bgpd/bgpd.c
bgpd/bgpd.h