]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: remove dead label code in bgp_update 15305/head
authorLouis Scalbert <louis.scalbert@6wind.com>
Mon, 5 Feb 2024 14:43:45 +0000 (15:43 +0100)
committerLouis Scalbert <louis.scalbert@6wind.com>
Tue, 6 Feb 2024 12:30:14 +0000 (13:30 +0100)
commit0603626184b52ce96c15daa7e99f29b43a6e7495
tree16963c69f876870dc1a27aacc72f0957d002bbad
parentcac925f005d090339dcde74e8770e25dcf29d5c9
bgpd: remove dead label code in bgp_update

No need to init new_attr. It is not used until it is overridden.

> new_attr = *attr;

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
bgpd/bgp_route.c