]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Fixed out-of-date comment
authorAndrew Certain <certain@amazon.com>
Wed, 7 Nov 2012 23:50:08 +0000 (23:50 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 30 Nov 2012 20:10:25 +0000 (21:10 +0100)
When going through the code to write the documentation for local-as,
I discovered that one of the comments was out-of-date.

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

index f48a5438b6b663ddbbb8887b8eb7f557fafea958..2cbd7bc3570f0794573145bcf98891d3aa956e94 100644 (file)
@@ -1709,7 +1709,7 @@ bgp_attr_unknown (struct bgp_attr_parser_args *args)
 }
 
 /* Read attribute of update packet.  This function is called from
-   bgp_update() in bgpd.c.  */
+   bgp_update_receive() in bgp_packet.c.  */
 bgp_attr_parse_ret_t
 bgp_attr_parse (struct peer *peer, struct attr *attr, bgp_size_t size,
                struct bgp_nlri *mp_update, struct bgp_nlri *mp_withdraw)