Removed obsolete comment at as_path_cut()
This commit is contained in:
parent
78976974e7
commit
3265c9169d
1 changed files with 0 additions and 1 deletions
|
@ -271,7 +271,6 @@ as_path_to_old(struct linpool *pool, const struct adata *path)
|
||||||
/*
|
/*
|
||||||
* Cut the path to the length @num, measured to the usual path metric. Note that
|
* Cut the path to the length @num, measured to the usual path metric. Note that
|
||||||
* AS_CONFED_* segments have zero length and must be added if they are on edge.
|
* AS_CONFED_* segments have zero length and must be added if they are on edge.
|
||||||
* In contrast to other as_path_* functions, @path is modified in place.
|
|
||||||
*/
|
*/
|
||||||
struct adata *
|
struct adata *
|
||||||
as_path_cut(struct linpool *pool, const struct adata *path, uint num)
|
as_path_cut(struct linpool *pool, const struct adata *path, uint num)
|
||||||
|
|
Loading…
Reference in a new issue