File: simple-init-nm-delay-f579e05467785219.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (11 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
---
fixes:
  - |
    The ``DIB_SIMPLE_INIT_NETWORKMANAGER_IPV6_DELAY`` variable is
    added for the ``simple-init`` element to set the
    ``net.ipv6.conf.default.router_solicition_delay`` sysctl setting
    (it defaults to 30s).  If you are seeing an extra "blank"
    interface in ``nmcli con show`` it is likely that NM has not
    correctly configured itself in the presence of an interface
    already configured with IPV6 by the kernel.  Increasing this value
    may help work-around the problem.