From 67b855d48cca2f511340a69a72ab2933e9a6d252 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 7 Jan 2006 15:11:00 +0000 Subject: Properly wrap comments git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@43 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- Generate | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Generate b/Generate index a17b9a1..fefce8e 100755 --- a/Generate +++ b/Generate @@ -463,11 +463,15 @@ hostlist.each{ |host| inmaps << "!" inmaps << "! * route map from groups "+sharedGroups.join(',')+" *" if have_inverse_groups - inmaps << "! It knows about stuff that it should not know about (and if it's just the tag on a route where it actually is allowed to know the route, but not that it also belongs to a group). It's probably lying. Drop" + inmaps << "! It knows about stuff that it should not know about (and if it's" + inmaps << "! just the tag on a route where it actually is allowed to know the" + inmaps << "! route, but not that it also belongs to a group)." + inmaps << "! It's probably lying. Drop" inmaps << "route-map IN#{mapname} deny #{seq}"; seq = seq + 1 inmaps << " match community #{shared_groups_comlist_inv}" end - inmaps << "! It sends us stuff that we don't care about. It probably shouldn't do that. Drop (probably also caught already in the previous step)" + inmaps << "! It sends us stuff that we don't care about. It probably" + inmaps << "! shouldn't do that. Drop (probably also caught already in the previous step)" inmaps << "route-map IN#{mapname} deny #{seq}"; seq = seq + 1 inmaps << " match community BoringCommunities" hostlist.each{ |otherhost| -- cgit v1.2.3