Skip to content

'Values' object has no attribute 'force_ipv4' #187

@sunnydays26

Description

@sunnydays26

HI

seems like with new changes we started getting an error.

Redirecting to /bin/systemctl restart postfix.service
Traceback (most recent call last):
File "/bin/systemctl", line 6789, in
FORCE_IPV4 = opt.force_ipv4
^^^^^^^^^^^^^^
AttributeError: 'Values' object has no attribute 'force_ipv4'

The params are not updated..
_o.add_option("-4", "--ipv4", action="store_true", default=False,
help="..only keep ipv4 localhost in /etc/hosts")
_o.add_option("-6", "--ipv6", action="store_true", default=False,
help="..only keep ipv6 localhost in /etc/hosts")

Thanks
Sunny

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions