You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2017/02/09 17:07:41 UTC

[jira] [Resolved] (NET-320) Allow TFTPServer.java to bind to a specific network adapter

     [ https://issues.apache.org/jira/browse/NET-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved NET-320.
----------------------
       Resolution: Fixed
    Fix Version/s: 3.6

URL: http://svn.apache.org/viewvc?rev=1782371&view=rev
Log:
NET-320 Allow TFTPServer.java to bind to a specific network adapter

Modified:
    commons/proper/net/trunk/src/changes/changes.xml
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/tftp/TFTPServer.java


> Allow TFTPServer.java to bind to a specific network adapter
> -----------------------------------------------------------
>
>                 Key: NET-320
>                 URL: https://issues.apache.org/jira/browse/NET-320
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: TFTP
>    Affects Versions: 2.0
>            Reporter: Kevin Bulebush
>              Labels: NetworkInterface, TFTP, TFTPServer
>             Fix For: 3.6
>
>         Attachments: tftp-bind.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> It would be very nice to specify exactly which network interface you would like to bind the TFTP server listening port to.  In some cases it's only necessary to open up loopback, in other cases you may only want to bind to a management network.  I would like to see one of two things happen to satisfy this requirement.
>  
> 1) You could allow me to get a handle to the socket such that I can make modifications to it on my own.
> or
> 2) Add a constructor and/or method that allows me to pass a NetworkInterface instance to specify which nic to bind the server to.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)