Petr Šebek has posted comments on this change.

Change subject: Add IPv6 support to configNetwork
......................................................................


Patch Set 2:

(1 comment)

....................................................
File vdsm/netconf/ifcfg.py
Line 478:                 if ipv6gateway is not None:
Line 479:                     cfg += 'IPV6_DEFAULTGW=%s\n' % 
pipes.quote(ipv6gateway)
Line 480:             elif dhcpv6:
Line 481:                 cfg += 'DHCPV6C=yes\n'
Line 482:             if ipv6autoconf:
Yes I forgot it there.
Line 483:                 cfg += 'IPV6_AUTOCONF=%s\n' % 'yes' if ipv6autoconf 
else 'no'
Line 484:         BLACKLIST = ['TYPE', 'NAME', 'DEVICE', 'bondingOptions',
Line 485:                      'force', 'blockingdhcp',
Line 486:                      'connectivityCheck', 'connectivityTimeout',


-- 
To view, visit http://gerrit.ovirt.org/18284
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I8ed056b683f0cb893b2edcf1ae673c64ce5cd18c
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Petr Šebek <pse...@redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegu...@redhat.com>
Gerrit-Reviewer: Petr Šebek <pse...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to