]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: remove transit_dup() & cluster_dup()
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 7 Sep 2017 13:28:35 +0000 (15:28 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 7 Sep 2017 13:29:32 +0000 (15:29 +0200)
commit821127e041849eacca89d052d543f50a02124823
treee506147c6aaf3fe4d87fba094a5fb8c6ffdc1ad5
parentb4cb15c6670f649b62595793857f794fad41f884
bgpd: remove transit_dup() & cluster_dup()

These are now unused.  route-maps can't modify these attributes, so
there is no need for _dup functions.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_attr.c