I don't know how "clean" this is, but it "works." Even though the port is defined as 69 it *can* be overridden on the command line with "--port 77" or any other arbitrary valid port:
# atftpd --daemon --no-fork --port 77 $ netstat -an --inet | grep :77 udp 0 0 0.0.0.0:77 0.0.0.0:* ** Patch added: "tftpd.c-defined_port.patch" https://bugs.launchpad.net/ubuntu/+source/atftp/+bug/972834/+attachment/3096804/+files/tftpd.c-defined_port.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/972834 Title: atftpd: invalid IP address To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/atftp/+bug/972834/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
