diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-17 09:53:29 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-17 09:53:29 +0200 |
commit | c0668f36967ce651e452a476b786b7604038a556 (patch) | |
tree | 37ce9ac274e1badc32f0e7badc4d6e8dd2e78213 /nest/Makefile | |
parent | ebff007f08965d83dba5840ee02171d09ac2598d (diff) | |
download | bird-c0668f36967ce651e452a476b786b7604038a556.tar bird-c0668f36967ce651e452a476b786b7604038a556.zip |
Created nest/a-path.c and a-set.c which should contain general operations
on AS paths and community sets.
Moved as_path_prepend() there.
Pavel, please move the other functions as well.
Diffstat (limited to 'nest/Makefile')
-rw-r--r-- | nest/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nest/Makefile b/nest/Makefile index 69afae1..478a82b 100644 --- a/nest/Makefile +++ b/nest/Makefile @@ -1,4 +1,5 @@ -source=rt-table.c rt-fib.c rt-attr.c proto.c iface.c rt-dev.c password.c cli.c locks.c cmds.c neighbor.c +source=rt-table.c rt-fib.c rt-attr.c proto.c iface.c rt-dev.c password.c cli.c locks.c cmds.c neighbor.c \ + a-path.c a-set.c root-rel=../ dir-name=nest |