From c0668f36967ce651e452a476b786b7604038a556 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 17 Apr 2000 07:53:29 +0000 Subject: 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. --- nest/a-set.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nest/a-set.c (limited to 'nest/a-set.c') diff --git a/nest/a-set.c b/nest/a-set.c new file mode 100644 index 00000000..7c7d6894 --- /dev/null +++ b/nest/a-set.c @@ -0,0 +1,12 @@ +/* + * BIRD -- Set/Community-list Operations + * + * (c) 2000 Martin Mares + * (c) 2000 Pavel Machek + * + * Can be freely distributed and used under the terms of the GNU GPL. + */ + +#include "nest/bird.h" +#include "nest/route.h" +#include "lib/resource.h" -- cgit v1.2.3