ubuntu@autopkgtest:/tmp/autopkgtest.BeZID5/build.9bb/real-tree$ sudo python3 
tests/integration.py TestNetworkManager.test_eth_dhcp6_off
test_eth_dhcp6_off (__main__.TestNetworkManager) ... FAIL

======================================================================
FAIL: test_eth_dhcp6_off (__main__.TestNetworkManager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/integration.py", line 1618, in test_eth_dhcp6_off
    self.assert_iface_up(self.dev_e_client, [], ['inet6 2600:'])
  File "tests/integration.py", line 313, in assert_iface_up
    self.assertNotRegex(out, r, out)
AssertionError: Regex matched: 'inet6 2600:' matches 'inet6 2600:' in '650: 
eth42@veth42: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP 
group default qlen 1000\n    link/ether f6:be:d6:b1:7e:b0 brd 
ff:ff:ff:ff:ff:ff\n    inet 192.168.1.100/24 brd 192.168.1.255 scope global 
eth42\n       valid_lft forever preferred_lft forever\n    inet6 
2600::f4be:d6ff:feb1:7eb0/64 scope global mngtmpaddr dynamic \n       valid_lft 
3597sec preferred_lft 3597sec\n    inet6 fe80::f4be:d6ff:feb1:7eb0/64 scope 
link \n       valid_lft forever preferred_lft forever\n' : 650: eth42@veth42: 
<BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default 
qlen 1000
    link/ether f6:be:d6:b1:7e:b0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.100/24 brd 192.168.1.255 scope global eth42
       valid_lft forever preferred_lft forever
    inet6 2600::f4be:d6ff:feb1:7eb0/64 scope global mngtmpaddr dynamic 
       valid_lft 3597sec preferred_lft 3597sec
    inet6 fe80::f4be:d6ff:feb1:7eb0/64 scope link 
       valid_lft forever preferred_lft forever


----------------------------------------------------------------------
Ran 1 test in 7.976s

FAILED (failures=1)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1704210

Title:
  NetworkManager does not disable accept_ra when a managed device is set
  to ipv6 method=ignore

Status in network-manager package in Ubuntu:
  New

Bug description:
  As per the title; it looks (at first glance anyway, running
  TestNetworkManager.test_eth_dhcp6_off integration test from nplan)
  like NM does not set accept_ra to false, or provide a method for
  specifying whether you want to accept IPv6 RAs on that device. When
  IPv6 is disabled, we might also not want the kernel to heed RAs and
  create SLAAC addresses.

  NM already is able to disable accept_ra, since it does so when a
  device transitions to UNAVAILABLE or DISCONNECTED in some cases (see
  src/devices/nm-device.c).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1704210/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to