diff options
author | Andrew Certain <certain@amazon.com> | 2012-11-07 23:50:08 +0000 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2012-11-30 21:10:25 +0100 |
commit | 8b366b9cfd1f3ec1a45e0f82db7fdb27e3bb3594 (patch) | |
tree | 855e826ba80328b0fa106bfd8e1f826357806406 | |
parent | 9d3f9705d8b386ccf006c106967c700141e5d049 (diff) |
bgpd: Fixed out-of-date comment
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>
-rw-r--r-- | bgpd/bgp_attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index f48a5438..2cbd7bc3 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c @@ -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) |