fix TypeError in network.py with ipv6 static addresses
Format string for --ipv6 was missing '%s'.
Interestingly this bug has been present for nearly 5 years, which tells
me that nobody actually uses static ipv6 addresses.
---
pykickstart/commands/network.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pykickstart/commands/network.py b/pykickstart/commands/network.py
index 9b67f92..b313703 100644
--- a/pykickstart/commands/network.py
+++ b/pykickstart/commands/network.py
@@ -136,7 +136,7 @@ class F8_NetworkData(FC6_NetworkData):
retval = FC6_NetworkData._getArgsAsStr(self)
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
03-09-2012, 06:52 PM
Chris Lumens
fix TypeError in network.py with ipv6 static addresses
> Format string for --ipv6 was missing '%s'.
>
> Interestingly this bug has been present for nearly 5 years, which tells
> me that nobody actually uses static ipv6 addresses.
This further tells me that test cases work, and I should add one for
networking. Push it.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list