diff options
| author | nova <nova@u4> | 2011-01-04 05:00:21 -0500 |
|---|---|---|
| committer | nova <nova@u4> | 2011-01-04 05:00:21 -0500 |
| commit | 505becef0704cc801f957d2931c8b994e2df92ca (patch) | |
| tree | 635301014e14815c9d5b0a721877fe35f6eb1842 | |
| parent | 96facdeee025cdf33df0b16abeeeb97f9ec87e70 (diff) | |
Fixed bug
| -rw-r--r-- | nova/virt/libvirt_conn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/libvirt_conn.py b/nova/virt/libvirt_conn.py index c656931d6..de7f6341f 100644 --- a/nova/virt/libvirt_conn.py +++ b/nova/virt/libvirt_conn.py @@ -827,7 +827,7 @@ class NWFilterFirewall(object): return retval def nova_project_filter_v6(self): - retval = "<filter name='nova-project-v6' chain='ipv6'>" % project + retval = "<filter name='nova-project-v6' chain='ipv6'>" for protocol in ['tcp-ipv6', 'udp-ipv6', 'icmpv6']: retval += """<rule action='accept' direction='in' priority='200'> <%s srcipaddr='$PROJNETV6' |
