diff options
author | Maria Matejka <mq@ucw.cz> | 2019-07-03 08:44:42 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2019-07-03 08:44:42 +0200 |
commit | 8816b6cdd98d24535eece6b5e35730aac57cd9f7 (patch) | |
tree | 190aedf5b4d8c8c9df7ba91d16423aadc5fbe716 /nest/a-path.c | |
parent | c376555cecbfea83314e9f76bce5002185d3566a (diff) | |
parent | 84ac62d3967f5294f4dc208b803a273a101744a8 (diff) |
Merge branch 'mq-filter-stack' of gitlab.labs.nic.cz:labs/bird into mq-filter-stack
Diffstat (limited to 'nest/a-path.c')
-rw-r--r-- | nest/a-path.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/a-path.c b/nest/a-path.c index 62369af3..a1b7c42f 100644 --- a/nest/a-path.c +++ b/nest/a-path.c @@ -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 * 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 * as_path_cut(struct linpool *pool, const struct adata *path, uint num) |