summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xGenerate8
1 files 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|