sts-sponsors team mailing list archive
-
sts-sponsors team
-
Mailing list archive
-
Message #05847
[Merge] ~adam-collard/maas:python-tx-tftp-link into maas:master
Adam Collard has proposed merging ~adam-collard/maas:python-tx-tftp-link into maas:master.
Commit message:
[provisioninserver] fix link to python-tx-tftp bug
Requested reviews:
MAAS Maintainers (maas-maintainers)
For more details, see:
https://code.launchpad.net/~adam-collard/maas/+git/maas/+merge/438686
--
Your team MAAS Committers is subscribed to branch maas:master.
diff --git a/src/provisioningserver/monkey.py b/src/provisioningserver/monkey.py
index be129d4..ffeaf07 100644
--- a/src/provisioningserver/monkey.py
+++ b/src/provisioningserver/monkey.py
@@ -12,7 +12,7 @@ def fix_tftp_requests():
Specifically, look at addr[0] and pass iface to listenUDP based on that.
- See https://bugs.launchpad.net/ubuntu/+source/python-tx-tftp/1614581
+ See https://bugs.launchpad.net/ubuntu/+source/python-tx-tftp/+bug/1614581
"""
from netaddr import IPAddress
from tftp.bootstrap import (
Follow ups