From 005caf645dadb4574ee0d40098ab64a581876c7d Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 5 Jan 2013 00:09:01 +0100 Subject: I want to exlcude the ones pointing to me --- templates/remote_host.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/remote_host.erb b/templates/remote_host.erb index 3926b76..957e8eb 100644 --- a/templates/remote_host.erb +++ b/templates/remote_host.erb @@ -1,5 +1,5 @@ # host <%= name %> -<% if !(left_id =~ /#{scope.lookupvar('::fqdn')}/) -%> +<% if !(right_id =~ /#{scope.lookupvar('::fqdn')}/) -%> conn <%= name %> <% if left_ip_address != 'absent' -%> left=<%= left_ip_address %> -- cgit v1.2.3