Fix handling for relays.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 23 Sep 2008 13:02:34 +0000 (15:02 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 23 Sep 2008 13:02:34 +0000 (15:02 +0200)
commit175c769679d66b338d9d0d6e0157a89eb100c537
treec1de6a5486cff237a3290be78bfa7c7906a76800
parent5da9636f88a129e4541ffbb2a519c5b09686d7a0
Fix handling for relays.

Some relays are hard-coded to send to the server port, and expect to
see replies back to their IP, server port.  However, they ALSO
use that server port for sending packets.  i.e.

relay:67 -> server:67

Relays that send FROM 68, and expect replies back TO 67 are broken.
src/lib/dhcp.c