Change in vdsm[ovirt-3.6]: net: Ignore IPv6 addresses

danken at redhat.com danken at redhat.com
Sun Mar 13 12:30:13 UTC 2016


Dan Kenigsberg has posted comments on this change.

Change subject: net: Ignore IPv6 addresses
......................................................................


Patch Set 1: Code-Review+1

(1 comment)

https://gerrit.ovirt.org/#/c/54687/1/lib/vdsm/netconfpersistence.py
File lib/vdsm/netconfpersistence.py:

Line 257:             if net_attr['netmask']:
Line 258:                 attributes['netmask'] = net_attr['netmask']
Line 259:             if net_attr['gateway']:
Line 260:                 attributes['gateway'] = net_attr['gateway']
Line 261:         # IPv6 is ignored
... to avoid needless reconfiguration of networks (bz at 1219363)
Line 262: 
Line 263:     def _translate_ipv6_addr(self, ipv6_addrs):
Line 264:         return [
Line 265:             addr for addr in ipv6_addrs


-- 
To view, visit https://gerrit.ovirt.org/54687
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I8a09e8fe4cde0db23def89aa88a42dd21aa22ddb
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Edward Haas <edwardh at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Edward Haas <edwardh at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Ondřej Svoboda <osvoboda at redhat.com>
Gerrit-Reviewer: Petr Horáček <phoracek at redhat.com>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list