Skip to content

Commit

Permalink
fixed comment for non-LLIP-addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Dec 8, 2014
1 parent 1d9d30f commit 79efb10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dhcpy6d
Expand Up @@ -1100,8 +1100,7 @@ class Handler(SocketServer.DatagramRequestHandler):

# clean client IP address - might come in short notation, which
# should be extended
# if sent from non-LLIP there is no interface - the request should be
# repeated using multicast - Code 5 of StatusCode message type 13
# if sent from non-LLIP there is no interface - the request is rejected at the moment
try:
client_llip, interface = self.client_address[0].split("%")
client_llip = DecompressIP6(client_llip)
Expand Down

0 comments on commit 79efb10

Please sign in to comment.