X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/d72f83602e9173940102c718974025e16b873657..d96f4d70037bcd739dd9674f4fb2f3d38abce956:/hippotatd diff --git a/hippotatd b/hippotatd index 666fc1b..e2bed42 100755 --- a/hippotatd +++ b/hippotatd @@ -64,7 +64,7 @@ def route(packet, iface, saddr, daddr): elif daddr == c.vaddr or daddr not in c.vnetwork: lt('inbound') queue_inbound(ipif, packet) - elif daddr == c.relay: + elif daddr == c.vrelay: lt('discard relay') log_discard(packet, iface, saddr, daddr, 'relay') else: