dhcpcd-discuss

PD Renumbering Failure

Shweta Kalyani

Thu Dec 05 12:26:56 2019

Hi Roy,

We are using DHCPCD version 7.2.3.

The CDRouter reported a PD renumbering test case failure for IA_PD.
Below is a description of the same:

    step 1. Change the client's DHCPv6 binding to use the new IPv6
            prefix specified by the testvar "dhcpv6WanAssignNextPrefix"
    step 2. Verify DHCPv6 client sends DHCPv6 Renew or Request
    step 3. Verify Renew or Request contains IA_PD option (26) for
            same prefix
    step 4. Send valid DHCPv6 Reply with new prefix
    step 5. Verify client updates router advertisements on LAN with new
            prefix information
    step 6. Send pings from LAN client to an IPv6 remote host on the
            WAN to verify connectivity with new prefix
    step 7. Restore client's original prefix by repeating Steps 1
            through 5 using original IPv6 prefix
    step 8. Send pings from LAN client to an IPv6 remote host on the
            WAN to verify connectivity with original prefix

    Reference: IETF RFC 3633 Section 12.1 "Requesting router behavior"

    Upon the receipt of a valid Reply message, for each IA_PD the
    requesting router assigns a subnet from each of the delegated
    prefixes to each of the links to which the associated interfaces are
    attached, with the following exception: the requesting router MUST
    NOT assign any delegated prefixes or subnets from the delegated
    prefix(es) to the link through which it received the DHCP message
    from the delegating router.

The issue lies at step 5. The dhcpcd client fires a DELEGATED6 event but
the $new_delegated_dhcp6_prefix is missing due to which the DUT is unable
to update RA on LAN with new prefix.
Please find attached dhcpcd-hook.log (has dhcpcd environment variable
info), dhcpcd.log and wan captures.

Would really appreciate your help on this.

Thanks,
Shweta
Dec 03 08:28:14 [12936]: dhcpcd-7.0.0 starting
Dec 03 08:28:14 [12936]: eth1: if_disable_autolinklocal: Operation not supported
Dec 03 08:28:14 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' PREINIT
Dec 03 08:28:15 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:28:15 [12936]: DUID 00:01:00:01:25:78:d8:1e:54:39:68:18:4a:f7
Dec 03 08:28:15 [12936]: eth1: IAID 68:18:4a:f7
Dec 03 08:28:15 [12936]: eth1: IAID 00:00:00:01
Dec 03 08:28:15 [12936]: eth1: IAID 00:00:00:02
Dec 03 08:28:15 [12936]: eth1: delaying IPv6 router solicitation for 0.8 seconds
Dec 03 08:28:15 [12936]: eth1: reading lease `/etc/config//dhcpcd-eth1.lease6'
Dec 03 08:28:15 [12936]: eth1: soliciting a DHCPv6 lease
Dec 03 08:28:15 [12936]: eth1: delaying SOLICIT6 (xid 0xb2ab37), next in 0.3 seconds
Dec 03 08:28:15 [12936]: eth0: activating for delegation
Dec 03 08:28:15 [12936]: eth0: executing `/libexec/dhcpcd-run-hooks' PREINIT
Dec 03 08:28:15 [12936]: script_runreason: /libexec/dhcpcd-run-hooks: WEXITSTATUS 127
Dec 03 08:28:15 [12936]: eth0: carrier acquired
Dec 03 08:28:15 [12936]: eth0: executing `/etc/conf/bin/dhcpcd-up' CARRIER
Dec 03 08:28:15 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:28:15 [12936]: eth0: IAID 68:18:4a:f6
Dec 03 08:28:15 [12936]: eth1: broadcasting SOLICIT6 (xid 0xb2ab37), next in 1.1 seconds
Dec 03 08:28:15 [12936]: eth1: broadcasted SOLICIT6 (xid 0xb2ab37) successfully
Dec 03 08:28:15 [12936]: eth1: soliciting an IPv6 router
Dec 03 08:28:15 [12936]: eth1: sending Router Solicitation
Dec 03 08:28:16 [12936]: eth1: broadcasting SOLICIT6 (xid 0xb2ab37), next in 2.1 seconds
Dec 03 08:28:16 [12936]: eth1: broadcasted SOLICIT6 (xid 0xb2ab37) successfully
Dec 03 08:28:18 [12936]: eth1: broadcasting SOLICIT6 (xid 0xb2ab37), next in 4.2 seconds
Dec 03 08:28:18 [12936]: eth1: broadcasted SOLICIT6 (xid 0xb2ab37) successfully
Dec 03 08:28:19 [12936]: eth1: sending Router Solicitation
Dec 03 08:28:22 [12936]: eth1: broadcasting SOLICIT6 (xid 0xb2ab37), next in 8.5 seconds
Dec 03 08:28:22 [12936]: eth1: broadcasted SOLICIT6 (xid 0xb2ab37) successfully
Dec 03 08:28:23 [12936]: eth1: sending Router Solicitation
Dec 03 08:28:27 [12936]: eth1: sending Router Solicitation
Dec 03 08:28:27 [12936]: eth1: no IPv6 Routers available
Dec 03 08:29:57 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:29:57 [12936]: eth1: adding route to 2001:4250::/64
Dec 03 08:29:57 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:29:57 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:29:57 [12936]: eth1: reading lease `/etc/config//dhcpcd-eth1.lease6'
Dec 03 08:29:57 [12936]: eth1: soliciting a DHCPv6 lease
Dec 03 08:29:57 [12936]: eth1: delaying SOLICIT6 (xid 0xeb6a87), next in 0.4 seconds
Dec 03 08:29:58 [12936]: eth1: broadcasting SOLICIT6 (xid 0xeb6a87), next in 1.1 seconds
Dec 03 08:29:58 [12936]: eth1: broadcasted SOLICIT6 (xid 0xeb6a87) successfully
Dec 03 08:29:58 [12936]: eth1: SOL_MAX_RT 3600 -> 60
Dec 03 08:29:58 [12936]: eth1: INF_MAX_RT 3600 -> 60
Dec 03 08:29:58 [12936]: eth1: ADV 2001:4250::50:16/128 from fe80::b275:cff:fe01:1
Dec 03 08:29:58 [12936]: eth1: broadcasting REQUEST6 (xid 0xb8238c), next in 1.0 seconds
Dec 03 08:29:58 [12936]: eth1: broadcasted REQUEST6 (xid 0xb8238c) successfully
Dec 03 08:29:58 [12936]: eth1: REPLY6 received from fe80::b275:cff:fe01:1
Dec 03 08:29:58 [12936]: eth1: adding address 2001:4250::50:16/128
Dec 03 08:29:58 [12936]: eth1: pltime 90 seconds, vltime 120 seconds
Dec 03 08:29:58 [12936]: eth1: renew in 60, rebind in 96, expire in 120 seconds
Dec 03 08:29:58 [12936]: lo: adding reject route to 3001:dddd::/64
Dec 03 08:29:58 [12936]: eth1: writing lease `/etc/config//dhcpcd-eth1.lease6'
Dec 03 08:29:58 [12936]: eth1: delegated prefix 3001:dddd::/64
Dec 03 08:29:58 [12936]: eth0: adding address 3001:dddd::1/64
Dec 03 08:29:58 [12936]: eth0: pltime 90 seconds, vltime 120 seconds
Dec 03 08:29:58 [12936]: eth0: waiting for DHCPv6 DAD to complete
Dec 03 08:29:58 [12936]: eth0: adding route to 3001:dddd::/64
Dec 03 08:29:58 [12936]: lo: deleting reject route to 3001:dddd::/64
Dec 03 08:29:58 [12936]: eth1: waiting for DHCPv6 DAD to complete
Dec 03 08:29:59 [12936]: eth1: DHCPv6 DAD completed
Dec 03 08:29:59 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' BOUND6
Dec 03 08:29:59 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:29:59 [12936]: eth0: DHCPv6 DAD completed
Dec 03 08:29:59 [12936]: eth0: executing `/etc/conf/bin/dhcpcd-up' DELEGATED6
Dec 03 08:30:39 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:30:39 [12936]: eth1: fe80::b275:cff:fe01:1: router expired
Dec 03 08:30:39 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:30:39 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:30:39 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:30:39 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:30:39 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:30:39 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:30:39 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:30:39 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:30:39 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:30:39 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:30:40 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:30:40 [12936]: eth1: deleted route to 2001:4250::/64
Dec 03 08:30:40 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:30:40 [12936]: eth1: adding route to 2001:4250::/64
Dec 03 08:30:40 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:30:40 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:30:40 [12936]: eth0: deleted route to 3001:dddd::/64
Dec 03 08:30:47 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:30:47 [12936]: eth0: adding route to 3001:dddd::/64
Dec 03 08:30:47 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:30:47 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:30:57 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:30:57 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:30:57 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:30:58 [12936]: eth1: broadcasting RENEW6 (xid 0xd17f07), next in 10.4 seconds
Dec 03 08:30:58 [12936]: eth1: broadcasted RENEW6 (xid 0xd17f07) successfully
Dec 03 08:30:58 [12936]: eth1: REPLY6 received from fe80::b275:cff:fe01:1
Dec 03 08:30:58 [12936]: eth1: adding address 2001:4250::50:16/128
Dec 03 08:30:58 [12936]: eth1: pltime 90 seconds, vltime 120 seconds
Dec 03 08:30:58 [12936]: eth1: renew in 60, rebind in 96, expire in 120 seconds
Dec 03 08:30:58 [12936]: eth1: writing lease `/etc/config//dhcpcd-eth1.lease6'
Dec 03 08:30:58 [12936]: eth1: delegated prefix 3001:dddd::/64
Dec 03 08:30:58 [12936]: eth0: adding address 3001:dddd::1/64
Dec 03 08:30:58 [12936]: eth0: pltime 90 seconds, vltime 120 seconds
Dec 03 08:30:58 [12936]: eth0: executing `/etc/conf/bin/dhcpcd-up' DELEGATED6
Dec 03 08:30:58 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:30:58 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' RENEW6
Dec 03 08:30:59 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:31:07 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:31:07 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:31:07 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:31:17 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:31:17 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:31:18 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:31:27 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:31:27 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:31:27 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:31:37 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:31:37 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:31:37 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:31:47 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:31:47 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:31:47 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:31:57 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:31:57 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:31:57 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:31:58 [12936]: eth1: broadcasting RENEW6 (xid 0x723fa6), next in 10.9 seconds
Dec 03 08:31:58 [12936]: eth1: broadcasted RENEW6 (xid 0x723fa6) successfully
Dec 03 08:31:58 [12936]: eth1: REPLY6 received from fe80::b275:cff:fe01:1
Dec 03 08:31:58 [12936]: eth1: 3001:dddd::/64 will expire before renewal
Dec 03 08:31:58 [12936]: eth1: adding address 2001:4250::50:16/128
Dec 03 08:31:58 [12936]: eth1: pltime 90 seconds, vltime 120 seconds
Dec 03 08:31:58 [12936]: eth1: 3001:dddd::/64: no valid lifetime
Dec 03 08:31:58 [12936]: eth0: deleting address 3001:dddd::1/64
Dec 03 08:31:58 [12936]: eth1: renew in 60, rebind in 96, expire in 120 seconds
Dec 03 08:31:58 [12936]: lo: adding reject route to 3001:ddde::/64
Dec 03 08:31:58 [12936]: eth0: deleting route to 3001:dddd::/64
Dec 03 08:31:58 [12936]: eth1: writing lease `/etc/config//dhcpcd-eth1.lease6'
Dec 03 08:31:58 [12936]: eth1: delegated prefix 3001:ddde::/64
Dec 03 08:31:58 [12936]: eth0: executing `/etc/conf/bin/dhcpcd-up' DELEGATED6
Dec 03 08:31:58 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:31:58 [12936]: lo: deleting reject route to 3001:ddde::/64
Dec 03 08:31:58 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' RENEW6
Dec 03 08:31:59 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:32:07 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:32:07 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:32:07 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:32:17 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:32:17 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:32:17 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:32:27 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:32:27 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:32:27 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:32:37 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:32:37 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:32:37 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:32:47 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:32:47 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:32:47 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:32:57 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:32:57 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:32:57 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:32:58 [12936]: eth1: broadcasting RENEW6 (xid 0x53d082), next in 10.1 seconds
Dec 03 08:32:58 [12936]: eth1: broadcasted RENEW6 (xid 0x53d082) successfully
Dec 03 08:32:58 [12936]: eth1: REPLY6 received from fe80::b275:cff:fe01:1
Dec 03 08:32:58 [12936]: eth1: adding address 2001:4250::50:16/128
Dec 03 08:32:58 [12936]: eth1: pltime 90 seconds, vltime 120 seconds
Dec 03 08:32:58 [12936]: eth1: renew in 60, rebind in 96, expire in 120 seconds
Dec 03 08:32:58 [12936]: eth1: writing lease `/etc/config//dhcpcd-eth1.lease6'
Dec 03 08:32:58 [12936]: eth1: delegated prefix 3001:ddde::/64
Dec 03 08:32:58 [12936]: eth0: executing `/etc/conf/bin/dhcpcd-up' DELEGATED6
Dec 03 08:32:58 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:32:58 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' RENEW6
Dec 03 08:32:59 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:33:07 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:33:07 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:33:08 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:33:17 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:33:17 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:33:17 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:33:27 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:33:27 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:33:27 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:33:37 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:33:37 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:33:37 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:33:47 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:33:47 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:33:48 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:33:57 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:33:57 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:33:58 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:33:58 [12936]: eth1: broadcasting RENEW6 (xid 0x465223), next in 10.2 seconds
Dec 03 08:33:58 [12936]: eth1: broadcasted RENEW6 (xid 0x465223) successfully
Dec 03 08:33:58 [12936]: eth1: REPLY6 received from fe80::b275:cff:fe01:1
Dec 03 08:33:58 [12936]: eth1: adding address 2001:4250::50:16/128
Dec 03 08:33:58 [12936]: eth1: pltime 90 seconds, vltime 120 seconds
Dec 03 08:33:58 [12936]: eth1: renew in 60, rebind in 96, expire in 120 seconds
Dec 03 08:33:58 [12936]: eth1: writing lease `/etc/config//dhcpcd-eth1.lease6'
Dec 03 08:33:58 [12936]: eth1: delegated prefix 3001:ddde::/64
Dec 03 08:33:58 [12936]: eth0: executing `/etc/conf/bin/dhcpcd-up' DELEGATED6
Dec 03 08:33:58 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:33:58 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' RENEW6
Dec 03 08:33:59 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:34:07 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:34:07 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:34:08 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:34:17 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:34:17 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:34:18 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:34:27 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:34:27 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:34:28 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:34:37 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:34:37 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:34:38 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:34:47 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:34:47 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:34:48 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:34:57 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:34:57 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:34:58 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:34:58 [12936]: eth1: broadcasting RENEW6 (xid 0xf943b8), next in 9.6 seconds
Dec 03 08:34:58 [12936]: eth1: broadcasted RENEW6 (xid 0xf943b8) successfully
Dec 03 08:34:58 [12936]: eth1: REPLY6 received from fe80::b275:cff:fe01:1
Dec 03 08:34:58 [12936]: eth1: adding address 2001:4250::50:16/128
Dec 03 08:34:58 [12936]: eth1: pltime 90 seconds, vltime 120 seconds
Dec 03 08:34:58 [12936]: eth1: renew in 60, rebind in 96, expire in 120 seconds
Dec 03 08:34:58 [12936]: eth1: writing lease `/etc/config//dhcpcd-eth1.lease6'
Dec 03 08:34:58 [12936]: eth1: delegated prefix 3001:ddde::/64
Dec 03 08:34:58 [12936]: eth0: executing `/etc/conf/bin/dhcpcd-up' DELEGATED6
Dec 03 08:34:58 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:34:58 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' RENEW6
Dec 03 08:34:59 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:35:07 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:35:07 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:35:08 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:35:17 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:35:17 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:35:18 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:35:27 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:35:27 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:35:28 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:35:37 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:35:37 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:35:38 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:35:47 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:35:47 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:35:48 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:35:57 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:35:57 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:35:57 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:35:58 [12936]: eth1: broadcasting RENEW6 (xid 0x13889f), next in 9.7 seconds
Dec 03 08:35:58 [12936]: eth1: broadcasted RENEW6 (xid 0x13889f) successfully
Dec 03 08:35:58 [12936]: eth1: REPLY6 received from fe80::b275:cff:fe01:1
Dec 03 08:35:58 [12936]: eth1: adding address 2001:4250::50:16/128
Dec 03 08:35:58 [12936]: eth1: pltime 90 seconds, vltime 120 seconds
Dec 03 08:35:58 [12936]: eth1: renew in 60, rebind in 96, expire in 120 seconds
Dec 03 08:35:58 [12936]: eth1: writing lease `/etc/config//dhcpcd-eth1.lease6'
Dec 03 08:35:58 [12936]: eth1: delegated prefix 3001:ddde::/64
Dec 03 08:35:58 [12936]: eth0: executing `/etc/conf/bin/dhcpcd-up' DELEGATED6
Dec 03 08:35:58 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:35:58 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' RENEW6
Dec 03 08:35:59 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:36:07 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:36:07 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:36:07 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:36:17 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:36:17 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:36:17 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:36:27 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:36:27 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:36:27 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:36:37 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:36:37 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:36:37 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:36:47 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:36:47 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:36:47 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:36:57 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:36:57 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:36:57 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:36:58 [12936]: eth1: broadcasting RENEW6 (xid 0x5cbaf0), next in 10.3 seconds
Dec 03 08:36:58 [12936]: eth1: broadcasted RENEW6 (xid 0x5cbaf0) successfully
Dec 03 08:36:58 [12936]: eth1: REPLY6 received from fe80::b275:cff:fe01:1
Dec 03 08:36:58 [12936]: eth1: adding address 2001:4250::50:16/128
Dec 03 08:36:58 [12936]: eth1: pltime 90 seconds, vltime 120 seconds
Dec 03 08:36:58 [12936]: eth1: renew in 60, rebind in 96, expire in 120 seconds
Dec 03 08:36:58 [12936]: eth1: writing lease `/etc/config//dhcpcd-eth1.lease6'
Dec 03 08:36:58 [12936]: eth1: delegated prefix 3001:ddde::/64
Dec 03 08:36:58 [12936]: eth0: executing `/etc/conf/bin/dhcpcd-up' DELEGATED6
Dec 03 08:36:58 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:36:58 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' RENEW6
Dec 03 08:36:59 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:37:07 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:37:07 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:37:07 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:37:17 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:37:17 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:37:17 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:37:27 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:37:27 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:37:27 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:37:37 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:37:37 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:37:37 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:37:47 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:37:47 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:37:47 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:37:57 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:37:57 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:37:57 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:37:58 [12936]: eth1: broadcasting RENEW6 (xid 0xc43b61), next in 10.5 seconds
Dec 03 08:37:58 [12936]: eth1: broadcasted RENEW6 (xid 0xc43b61) successfully
Dec 03 08:37:58 [12936]: eth1: REPLY6 received from fe80::b275:cff:fe01:1
Dec 03 08:37:58 [12936]: eth1: 3001:ddde::/64 will expire before renewal
Dec 03 08:37:58 [12936]: eth1: adding address 2001:4250::50:16/128
Dec 03 08:37:58 [12936]: eth1: pltime 90 seconds, vltime 120 seconds
Dec 03 08:37:58 [12936]: eth1: 3001:ddde::/64: no valid lifetime
Dec 03 08:37:58 [12936]: eth1: renew in 60, rebind in 96, expire in 120 seconds
Dec 03 08:37:58 [12936]: lo: adding reject route to 3001:dddd::/64
Dec 03 08:37:58 [12936]: eth1: writing lease `/etc/config//dhcpcd-eth1.lease6'
Dec 03 08:37:58 [12936]: eth1: delegated prefix 3001:dddd::/64
Dec 03 08:37:58 [12936]: eth0: executing `/etc/conf/bin/dhcpcd-up' DELEGATED6
Dec 03 08:37:58 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:37:58 [12936]: lo: deleting reject route to 3001:dddd::/64
Dec 03 08:37:58 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' RENEW6
Dec 03 08:37:59 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:38:07 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:38:07 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:38:07 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:38:17 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:38:17 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:38:17 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:38:27 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:38:27 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:38:27 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:38:37 [12936]: eth1: Router Advertisement from fe80::b275:cff:fe01:1
Dec 03 08:38:37 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:38:37 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:38:58 [12936]: eth1: broadcasting RENEW6 (xid 0x8ffed2), next in 10.1 seconds
Dec 03 08:38:58 [12936]: eth1: broadcasted RENEW6 (xid 0x8ffed2) successfully
Dec 03 08:39:07 [12936]: eth1: fe80::b275:cff:fe01:1: router expired
Dec 03 08:39:07 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' ROUTERADVERT
Dec 03 08:39:07 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:39:08 [12936]: eth1: broadcasting RENEW6 (xid 0x8ffed2), next in 20.7 seconds
Dec 03 08:39:08 [12936]: eth1: broadcasted RENEW6 (xid 0x8ffed2) successfully
Dec 03 08:39:29 [12936]: eth1: broadcasting RENEW6 (xid 0x8ffed2), next in 39.8 seconds
Dec 03 08:39:29 [12936]: eth1: broadcasted RENEW6 (xid 0x8ffed2) successfully
Dec 03 08:39:34 [12936]: eth1: failed to renew DHCPv6, rebinding
Dec 03 08:39:34 [12936]: eth1: delaying REBIND6 (xid 0x618595), next in 0.0 seconds
Dec 03 08:39:34 [12936]: eth1: broadcasting REBIND6 (xid 0x618595), next in 1.1 seconds
Dec 03 08:39:34 [12936]: eth1: broadcasted REBIND6 (xid 0x618595) successfully
Dec 03 08:39:35 [12936]: eth1: broadcasting REBIND6 (xid 0x618595), next in 2.2 seconds
Dec 03 08:39:35 [12936]: eth1: broadcasted REBIND6 (xid 0x618595) successfully
Dec 03 08:39:37 [12936]: eth1: broadcasting REBIND6 (xid 0x618595), next in 4.3 seconds
Dec 03 08:39:37 [12936]: eth1: broadcasted REBIND6 (xid 0x618595) successfully
Dec 03 08:39:42 [12936]: eth1: broadcasting REBIND6 (xid 0x618595), next in 3.6 seconds
Dec 03 08:39:42 [12936]: eth1: broadcasted REBIND6 (xid 0x618595) successfully
Dec 03 08:39:44 [12936]: eth1: failed to rebind prior delegation
Dec 03 08:39:44 [12936]: eth1: adding address 2001:4250::50:16/128
Dec 03 08:39:44 [12936]: eth1: pltime 0 seconds, vltime 14 seconds
Dec 03 08:39:44 [12936]: eth1: renew in 0, rebind in 1, expire in 14 seconds
Dec 03 08:39:44 [12936]: eth1: delegated prefix 3001:dddd::/64
Dec 03 08:39:44 [12936]: eth0: executing `/etc/conf/bin/dhcpcd-up' DELEGATED6
Dec 03 08:39:44 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:39:44 [12936]: eth1: executing `/etc/conf/bin/dhcpcd-up' TIMEOUT6
Dec 03 08:39:45 [12936]: script_runreason: hook script /etc/conf/bin/dhcpcd-up exited successfully
Dec 03 08:39:45 [12936]: eth1: rebinding prior DHCPv6 lease
Dec 03 08:39:45 [12936]: eth1: delaying REBIND6 (xid 0xe97177), next in 0.8 seconds
Dec 03 08:39:46 [12936]: eth1: broadcasting REBIND6 (xid 0xe97177), next in 0.9 seconds
Dec 03 08:39:46 [12936]: eth1: broadcasted REBIND6 (xid 0xe97177) successfully
Dec 03 08:39:47 [12936]: eth1: broadcasting REBIND6 (xid 0xe97177), next in 1.9 seconds
Dec 03 08:39:47 [12936]: eth1: broadcasted REBIND6 (xid 0xe97177) successfully
Dec 03 08:39:49 [12936]: eth1: broadcasting REBIND6 (xid 0xe97177), next in 3.9 seconds
Dec 03 08:39:49 [12936]: eth1: broadcasted REBIND6 (xid 0xe97177) successfully
Dec 03 08:39:53 [12936]: eth1: broadcasting REBIND6 (xid 0xe97177), next in 4.3 seconds
Dec 03 08:39:53 [12936]: eth1: broadcasted REBIND6 (xid 0xe97177) successfully
Dec 03 08:39:55 [12936]: eth1: failed to rebind prior delegation
Dec 03 08:39:55 [12936]: eth1: soliciting a DHCPv6 lease
Dec 03 08:39:55 [12936]: eth1: delaying SOLICIT6 (xid 0xdd0cef), next in 0.9 seconds
Dec 03 08:39:56 [12936]: eth1: broadcasting SOLICIT6 (xid 0xdd0cef), next in 0.9 seconds
Dec 03 08:39:56 [12936]: eth1: broadcasted SOLICIT6 (xid 0xdd0cef) successfully
Dec 03 08:39:57 [12936]: eth1: broadcasting SOLICIT6 (xid 0xdd0cef), next in 1.8 seconds
Dec 03 08:39:57 [12936]: eth1: broadcasted SOLICIT6 (xid 0xdd0cef) successfully
Dec 03 08:39:59 [12936]: eth1: broadcasting SOLICIT6 (xid 0xdd0cef), next in 3.7 seconds
Dec 03 08:39:59 [12936]: eth1: broadcasted SOLICIT6 (xid 0xdd0cef) successfully
Dec 03 08:40:03 [12936]: eth1: broadcasting SOLICIT6 (xid 0xdd0cef), next in 7.6 seconds
Dec 03 08:40:03 [12936]: eth1: broadcasted SOLICIT6 (xid 0xdd0cef) successfully
Dec 03 08:40:10 [12936]: eth1: broadcasting SOLICIT6 (xid 0xdd0cef), next in 15.1 seconds
Dec 03 08:40:10 [12936]: eth1: broadcasted SOLICIT6 (xid 0xdd0cef) successfully
Called w/ REASON=STOPPED by 6010 at Tue Dec  3 08:23:36 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is STOPPED for PRIMARY at Tue Dec  3 08:23:36 UTC 2019
Called w/ REASON=PREINIT by 9356 at Tue Dec  3 08:23:58 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is PREINIT for PRIMARY at Tue Dec  3 08:23:58 UTC 2019
Called w/ REASON=CARRIER by 9356 at Tue Dec  3 08:23:58 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is CARRIER for PRIMARY at Tue Dec  3 08:23:58 UTC 2019
Called w/ REASON=STOPPED by 9356 at Tue Dec  3 08:27:53 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is STOPPED for PRIMARY at Tue Dec  3 08:27:53 UTC 2019
Called w/ REASON=STOPPED by 9356 at Tue Dec  3 08:27:53 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is STOPPED for PRIMARY at Tue Dec  3 08:27:53 UTC 2019
Called w/ REASON=PREINIT by 12936 at Tue Dec  3 08:28:14 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is PREINIT for PRIMARY at Tue Dec  3 08:28:15 UTC 2019
Called w/ REASON=CARRIER by 12936 at Tue Dec  3 08:28:15 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is CARRIER for PRIMARY at Tue Dec  3 08:28:15 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:29:57 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1651
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1651
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:29:57 UTC 2019
Called w/ REASON=BOUND6 by 12936 at Tue Dec  3 08:29:59 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
new_dhcp6_client_id=000100012578d81e543968184af7
new_dhcp6_domain_search=qacafe.com
new_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
new_dhcp6_ia_na1_ia_addr1_pltime=90
new_dhcp6_ia_na1_ia_addr1_vltime=120
new_dhcp6_ia_na1_iaid=00000001
new_dhcp6_ia_na1_t1=60
new_dhcp6_ia_na1_t2=96
new_dhcp6_ia_pd1_iaid=00000002
new_dhcp6_ia_pd1_prefix1=3001:dddd::
new_dhcp6_ia_pd1_prefix1_length=64
new_dhcp6_ia_pd1_prefix1_pltime=90
new_dhcp6_ia_pd1_prefix1_vltime=120
new_dhcp6_ia_pd1_t1=60
new_dhcp6_ia_pd1_t2=96
new_dhcp6_inf_max_rt=60
new_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
new_dhcp6_ntp_server_fqdn=time.foo.com
new_dhcp6_server_id=0001000111c56044b0750c010001
new_dhcp6_sol_max_rt=60
DHCPD:-------------------------------------------------------
DHCPD: Reason is BOUND6 for PRIMARY at Tue Dec  3 08:29:59 UTC 2019
Called w/ REASON=DELEGATED6 by 12936 at Tue Dec  3 08:29:59 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
new_delegated_dhcp6_prefix=3001:dddd::1/64
DHCPD:-------------------------------------------------------
DHCPD: Reason is DELEGATED6 for PRIMARY at Tue Dec  3 08:30:00 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:30:39 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1651
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1692
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:30:39 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:30:39 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1692
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1692
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:30:39 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:30:39 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1693
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1693
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:30:39 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:30:40 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1693
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1693
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:30:40 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:30:40 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1693
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1693
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:30:40 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:30:47 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1701
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1701
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:30:47 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:30:57 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1711
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1711
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:30:57 UTC 2019
Called w/ REASON=DELEGATED6 by 12936 at Tue Dec  3 08:30:58 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
new_delegated_dhcp6_prefix=3001:dddd::1/64
DHCPD:-------------------------------------------------------
DHCPD: Reason is DELEGATED6 for PRIMARY at Tue Dec  3 08:30:58 UTC 2019
Called w/ REASON=RENEW6 by 12936 at Tue Dec  3 08:30:59 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
new_dhcp6_client_id=000100012578d81e543968184af7
new_dhcp6_domain_search=qacafe.com
new_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
new_dhcp6_ia_na1_ia_addr1_pltime=90
new_dhcp6_ia_na1_ia_addr1_vltime=120
new_dhcp6_ia_na1_iaid=00000001
new_dhcp6_ia_na1_t1=60
new_dhcp6_ia_na1_t2=96
new_dhcp6_ia_pd1_iaid=00000002
new_dhcp6_ia_pd1_prefix1=3001:dddd::
new_dhcp6_ia_pd1_prefix1_length=64
new_dhcp6_ia_pd1_prefix1_pltime=90
new_dhcp6_ia_pd1_prefix1_vltime=120
new_dhcp6_ia_pd1_t1=60
new_dhcp6_ia_pd1_t2=96
new_dhcp6_inf_max_rt=60
new_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
new_dhcp6_ntp_server_fqdn=time.foo.com
new_dhcp6_server_id=0001000111c56044b0750c010001
new_dhcp6_sol_max_rt=60
old_dhcp6_client_id=000100012578d81e543968184af7
old_dhcp6_domain_search=qacafe.com
old_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
old_dhcp6_ia_na1_ia_addr1_pltime=90
old_dhcp6_ia_na1_ia_addr1_vltime=120
old_dhcp6_ia_na1_iaid=00000001
old_dhcp6_ia_na1_t1=60
old_dhcp6_ia_na1_t2=96
old_dhcp6_ia_pd1_iaid=00000002
old_dhcp6_ia_pd1_prefix1=3001:dddd::
old_dhcp6_ia_pd1_prefix1_length=64
old_dhcp6_ia_pd1_prefix1_pltime=90
old_dhcp6_ia_pd1_prefix1_vltime=120
old_dhcp6_ia_pd1_t1=60
old_dhcp6_ia_pd1_t2=96
old_dhcp6_inf_max_rt=60
old_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
old_dhcp6_ntp_server_fqdn=time.foo.com
old_dhcp6_server_id=0001000111c56044b0750c010001
old_dhcp6_sol_max_rt=60
DHCPD:-------------------------------------------------------
DHCPD: Reason is RENEW6 for PRIMARY at Tue Dec  3 08:30:59 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:31:07 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1721
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1721
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:31:07 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:31:17 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1731
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1731
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:31:17 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:31:27 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1741
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1741
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:31:27 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:31:37 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1751
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1751
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:31:37 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:31:47 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1761
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1761
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:31:47 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:31:57 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1771
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1771
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:31:57 UTC 2019
Called w/ REASON=DELEGATED6 by 12936 at Tue Dec  3 08:31:58 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is DELEGATED6 for PRIMARY at Tue Dec  3 08:31:58 UTC 2019
Called w/ REASON=RENEW6 by 12936 at Tue Dec  3 08:31:59 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
new_dhcp6_client_id=000100012578d81e543968184af7
new_dhcp6_domain_search=qacafe.com
new_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
new_dhcp6_ia_na1_ia_addr1_pltime=90
new_dhcp6_ia_na1_ia_addr1_vltime=120
new_dhcp6_ia_na1_iaid=00000001
new_dhcp6_ia_na1_t1=60
new_dhcp6_ia_na1_t2=96
new_dhcp6_ia_pd1_iaid=00000002
new_dhcp6_ia_pd1_prefix1=3001:dddd::
new_dhcp6_ia_pd1_prefix1_length=64
new_dhcp6_ia_pd1_prefix1_pltime=0
new_dhcp6_ia_pd1_prefix1_vltime=0
new_dhcp6_ia_pd1_prefix2=3001:ddde::
new_dhcp6_ia_pd1_prefix2_length=64
new_dhcp6_ia_pd1_prefix2_pltime=90
new_dhcp6_ia_pd1_prefix2_vltime=120
new_dhcp6_ia_pd1_t1=60
new_dhcp6_ia_pd1_t2=96
new_dhcp6_inf_max_rt=60
new_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
new_dhcp6_ntp_server_fqdn=time.foo.com
new_dhcp6_server_id=0001000111c56044b0750c010001
new_dhcp6_sol_max_rt=60
old_dhcp6_client_id=000100012578d81e543968184af7
old_dhcp6_domain_search=qacafe.com
old_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
old_dhcp6_ia_na1_ia_addr1_pltime=90
old_dhcp6_ia_na1_ia_addr1_vltime=120
old_dhcp6_ia_na1_iaid=00000001
old_dhcp6_ia_na1_t1=60
old_dhcp6_ia_na1_t2=96
old_dhcp6_ia_pd1_iaid=00000002
old_dhcp6_ia_pd1_prefix1=3001:dddd::
old_dhcp6_ia_pd1_prefix1_length=64
old_dhcp6_ia_pd1_prefix1_pltime=90
old_dhcp6_ia_pd1_prefix1_vltime=120
old_dhcp6_ia_pd1_t1=60
old_dhcp6_ia_pd1_t2=96
old_dhcp6_inf_max_rt=60
old_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
old_dhcp6_ntp_server_fqdn=time.foo.com
old_dhcp6_server_id=0001000111c56044b0750c010001
old_dhcp6_sol_max_rt=60
DHCPD:-------------------------------------------------------
DHCPD: Reason is RENEW6 for PRIMARY at Tue Dec  3 08:31:59 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:32:07 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1781
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1781
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:32:07 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:32:17 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1791
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1791
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:32:17 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:32:27 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1801
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1801
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:32:27 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:32:37 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1811
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1811
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:32:37 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:32:47 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1821
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1821
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:32:47 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:32:57 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1831
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1831
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:32:57 UTC 2019
Called w/ REASON=DELEGATED6 by 12936 at Tue Dec  3 08:32:58 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is DELEGATED6 for PRIMARY at Tue Dec  3 08:32:58 UTC 2019
Called w/ REASON=RENEW6 by 12936 at Tue Dec  3 08:32:59 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
new_dhcp6_client_id=000100012578d81e543968184af7
new_dhcp6_domain_search=qacafe.com
new_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
new_dhcp6_ia_na1_ia_addr1_pltime=90
new_dhcp6_ia_na1_ia_addr1_vltime=120
new_dhcp6_ia_na1_iaid=00000001
new_dhcp6_ia_na1_t1=60
new_dhcp6_ia_na1_t2=96
new_dhcp6_ia_pd1_iaid=00000002
new_dhcp6_ia_pd1_prefix1=3001:ddde::
new_dhcp6_ia_pd1_prefix1_length=64
new_dhcp6_ia_pd1_prefix1_pltime=90
new_dhcp6_ia_pd1_prefix1_vltime=120
new_dhcp6_ia_pd1_t1=60
new_dhcp6_ia_pd1_t2=96
new_dhcp6_inf_max_rt=60
new_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
new_dhcp6_ntp_server_fqdn=time.foo.com
new_dhcp6_server_id=0001000111c56044b0750c010001
new_dhcp6_sol_max_rt=60
old_dhcp6_client_id=000100012578d81e543968184af7
old_dhcp6_domain_search=qacafe.com
old_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
old_dhcp6_ia_na1_ia_addr1_pltime=90
old_dhcp6_ia_na1_ia_addr1_vltime=120
old_dhcp6_ia_na1_iaid=00000001
old_dhcp6_ia_na1_t1=60
old_dhcp6_ia_na1_t2=96
old_dhcp6_ia_pd1_iaid=00000002
old_dhcp6_ia_pd1_prefix1=3001:dddd::
old_dhcp6_ia_pd1_prefix1_length=64
old_dhcp6_ia_pd1_prefix1_pltime=0
old_dhcp6_ia_pd1_prefix1_vltime=0
old_dhcp6_ia_pd1_prefix2=3001:ddde::
old_dhcp6_ia_pd1_prefix2_length=64
old_dhcp6_ia_pd1_prefix2_pltime=90
old_dhcp6_ia_pd1_prefix2_vltime=120
old_dhcp6_ia_pd1_t1=60
old_dhcp6_ia_pd1_t2=96
old_dhcp6_inf_max_rt=60
old_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
old_dhcp6_ntp_server_fqdn=time.foo.com
old_dhcp6_server_id=0001000111c56044b0750c010001
old_dhcp6_sol_max_rt=60
DHCPD:-------------------------------------------------------
DHCPD: Reason is RENEW6 for PRIMARY at Tue Dec  3 08:32:59 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:33:07 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1841
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1841
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:33:07 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:33:17 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1851
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1851
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:33:17 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:33:27 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1861
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1861
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:33:27 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:33:37 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1871
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1871
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:33:37 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:33:47 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1881
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1881
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:33:47 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:33:57 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1891
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1891
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:33:57 UTC 2019
Called w/ REASON=DELEGATED6 by 12936 at Tue Dec  3 08:33:58 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is DELEGATED6 for PRIMARY at Tue Dec  3 08:33:58 UTC 2019
Called w/ REASON=RENEW6 by 12936 at Tue Dec  3 08:33:59 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
new_dhcp6_client_id=000100012578d81e543968184af7
new_dhcp6_domain_search=qacafe.com
new_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
new_dhcp6_ia_na1_ia_addr1_pltime=90
new_dhcp6_ia_na1_ia_addr1_vltime=120
new_dhcp6_ia_na1_iaid=00000001
new_dhcp6_ia_na1_t1=60
new_dhcp6_ia_na1_t2=96
new_dhcp6_ia_pd1_iaid=00000002
new_dhcp6_ia_pd1_prefix1=3001:ddde::
new_dhcp6_ia_pd1_prefix1_length=64
new_dhcp6_ia_pd1_prefix1_pltime=90
new_dhcp6_ia_pd1_prefix1_vltime=120
new_dhcp6_ia_pd1_t1=60
new_dhcp6_ia_pd1_t2=96
new_dhcp6_inf_max_rt=60
new_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
new_dhcp6_ntp_server_fqdn=time.foo.com
new_dhcp6_server_id=0001000111c56044b0750c010001
new_dhcp6_sol_max_rt=60
old_dhcp6_client_id=000100012578d81e543968184af7
old_dhcp6_domain_search=qacafe.com
old_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
old_dhcp6_ia_na1_ia_addr1_pltime=90
old_dhcp6_ia_na1_ia_addr1_vltime=120
old_dhcp6_ia_na1_iaid=00000001
old_dhcp6_ia_na1_t1=60
old_dhcp6_ia_na1_t2=96
old_dhcp6_ia_pd1_iaid=00000002
old_dhcp6_ia_pd1_prefix1=3001:ddde::
old_dhcp6_ia_pd1_prefix1_length=64
old_dhcp6_ia_pd1_prefix1_pltime=90
old_dhcp6_ia_pd1_prefix1_vltime=120
old_dhcp6_ia_pd1_t1=60
old_dhcp6_ia_pd1_t2=96
old_dhcp6_inf_max_rt=60
old_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
old_dhcp6_ntp_server_fqdn=time.foo.com
old_dhcp6_server_id=0001000111c56044b0750c010001
old_dhcp6_sol_max_rt=60
DHCPD:-------------------------------------------------------
DHCPD: Reason is RENEW6 for PRIMARY at Tue Dec  3 08:33:59 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:34:07 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1901
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1901
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:34:07 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:34:17 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1911
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1911
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:34:17 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:34:27 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1921
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1921
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:34:27 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:34:37 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1931
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1931
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:34:37 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:34:47 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1941
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1941
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:34:47 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:34:57 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1951
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1951
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:34:57 UTC 2019
Called w/ REASON=DELEGATED6 by 12936 at Tue Dec  3 08:34:58 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is DELEGATED6 for PRIMARY at Tue Dec  3 08:34:58 UTC 2019
Called w/ REASON=RENEW6 by 12936 at Tue Dec  3 08:34:59 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
new_dhcp6_client_id=000100012578d81e543968184af7
new_dhcp6_domain_search=qacafe.com
new_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
new_dhcp6_ia_na1_ia_addr1_pltime=90
new_dhcp6_ia_na1_ia_addr1_vltime=120
new_dhcp6_ia_na1_iaid=00000001
new_dhcp6_ia_na1_t1=60
new_dhcp6_ia_na1_t2=96
new_dhcp6_ia_pd1_iaid=00000002
new_dhcp6_ia_pd1_prefix1=3001:ddde::
new_dhcp6_ia_pd1_prefix1_length=64
new_dhcp6_ia_pd1_prefix1_pltime=90
new_dhcp6_ia_pd1_prefix1_vltime=120
new_dhcp6_ia_pd1_t1=60
new_dhcp6_ia_pd1_t2=96
new_dhcp6_inf_max_rt=60
new_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
new_dhcp6_ntp_server_fqdn=time.foo.com
new_dhcp6_server_id=0001000111c56044b0750c010001
new_dhcp6_sol_max_rt=60
old_dhcp6_client_id=000100012578d81e543968184af7
old_dhcp6_domain_search=qacafe.com
old_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
old_dhcp6_ia_na1_ia_addr1_pltime=90
old_dhcp6_ia_na1_ia_addr1_vltime=120
old_dhcp6_ia_na1_iaid=00000001
old_dhcp6_ia_na1_t1=60
old_dhcp6_ia_na1_t2=96
old_dhcp6_ia_pd1_iaid=00000002
old_dhcp6_ia_pd1_prefix1=3001:ddde::
old_dhcp6_ia_pd1_prefix1_length=64
old_dhcp6_ia_pd1_prefix1_pltime=90
old_dhcp6_ia_pd1_prefix1_vltime=120
old_dhcp6_ia_pd1_t1=60
old_dhcp6_ia_pd1_t2=96
old_dhcp6_inf_max_rt=60
old_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
old_dhcp6_ntp_server_fqdn=time.foo.com
old_dhcp6_server_id=0001000111c56044b0750c010001
old_dhcp6_sol_max_rt=60
DHCPD:-------------------------------------------------------
DHCPD: Reason is RENEW6 for PRIMARY at Tue Dec  3 08:34:59 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:35:07 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1961
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1961
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:35:07 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:35:17 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1971
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1971
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:35:17 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:35:27 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1981
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1981
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:35:27 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:35:37 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=1991
nd1_from=fe80::b275:cff:fe01:1
nd1_now=1991
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:35:37 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:35:47 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2001
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2001
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:35:47 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:35:57 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2011
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2011
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:35:57 UTC 2019
Called w/ REASON=DELEGATED6 by 12936 at Tue Dec  3 08:35:58 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is DELEGATED6 for PRIMARY at Tue Dec  3 08:35:58 UTC 2019
Called w/ REASON=RENEW6 by 12936 at Tue Dec  3 08:35:59 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
new_dhcp6_client_id=000100012578d81e543968184af7
new_dhcp6_domain_search=qacafe.com
new_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
new_dhcp6_ia_na1_ia_addr1_pltime=90
new_dhcp6_ia_na1_ia_addr1_vltime=120
new_dhcp6_ia_na1_iaid=00000001
new_dhcp6_ia_na1_t1=60
new_dhcp6_ia_na1_t2=96
new_dhcp6_ia_pd1_iaid=00000002
new_dhcp6_ia_pd1_prefix1=3001:ddde::
new_dhcp6_ia_pd1_prefix1_length=64
new_dhcp6_ia_pd1_prefix1_pltime=90
new_dhcp6_ia_pd1_prefix1_vltime=120
new_dhcp6_ia_pd1_t1=60
new_dhcp6_ia_pd1_t2=96
new_dhcp6_inf_max_rt=60
new_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
new_dhcp6_ntp_server_fqdn=time.foo.com
new_dhcp6_server_id=0001000111c56044b0750c010001
new_dhcp6_sol_max_rt=60
old_dhcp6_client_id=000100012578d81e543968184af7
old_dhcp6_domain_search=qacafe.com
old_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
old_dhcp6_ia_na1_ia_addr1_pltime=90
old_dhcp6_ia_na1_ia_addr1_vltime=120
old_dhcp6_ia_na1_iaid=00000001
old_dhcp6_ia_na1_t1=60
old_dhcp6_ia_na1_t2=96
old_dhcp6_ia_pd1_iaid=00000002
old_dhcp6_ia_pd1_prefix1=3001:ddde::
old_dhcp6_ia_pd1_prefix1_length=64
old_dhcp6_ia_pd1_prefix1_pltime=90
old_dhcp6_ia_pd1_prefix1_vltime=120
old_dhcp6_ia_pd1_t1=60
old_dhcp6_ia_pd1_t2=96
old_dhcp6_inf_max_rt=60
old_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
old_dhcp6_ntp_server_fqdn=time.foo.com
old_dhcp6_server_id=0001000111c56044b0750c010001
old_dhcp6_sol_max_rt=60
DHCPD:-------------------------------------------------------
DHCPD: Reason is RENEW6 for PRIMARY at Tue Dec  3 08:35:59 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:36:07 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2021
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2021
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:36:07 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:36:17 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2031
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2031
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:36:17 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:36:27 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2041
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2041
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:36:27 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:36:37 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2051
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2051
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:36:37 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:36:47 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2061
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2061
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:36:47 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:36:57 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2071
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2071
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:36:57 UTC 2019
Called w/ REASON=DELEGATED6 by 12936 at Tue Dec  3 08:36:58 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is DELEGATED6 for PRIMARY at Tue Dec  3 08:36:58 UTC 2019
Called w/ REASON=RENEW6 by 12936 at Tue Dec  3 08:36:59 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
new_dhcp6_client_id=000100012578d81e543968184af7
new_dhcp6_domain_search=qacafe.com
new_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
new_dhcp6_ia_na1_ia_addr1_pltime=90
new_dhcp6_ia_na1_ia_addr1_vltime=120
new_dhcp6_ia_na1_iaid=00000001
new_dhcp6_ia_na1_t1=60
new_dhcp6_ia_na1_t2=96
new_dhcp6_ia_pd1_iaid=00000002
new_dhcp6_ia_pd1_prefix1=3001:ddde::
new_dhcp6_ia_pd1_prefix1_length=64
new_dhcp6_ia_pd1_prefix1_pltime=90
new_dhcp6_ia_pd1_prefix1_vltime=120
new_dhcp6_ia_pd1_t1=60
new_dhcp6_ia_pd1_t2=96
new_dhcp6_inf_max_rt=60
new_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
new_dhcp6_ntp_server_fqdn=time.foo.com
new_dhcp6_server_id=0001000111c56044b0750c010001
new_dhcp6_sol_max_rt=60
old_dhcp6_client_id=000100012578d81e543968184af7
old_dhcp6_domain_search=qacafe.com
old_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
old_dhcp6_ia_na1_ia_addr1_pltime=90
old_dhcp6_ia_na1_ia_addr1_vltime=120
old_dhcp6_ia_na1_iaid=00000001
old_dhcp6_ia_na1_t1=60
old_dhcp6_ia_na1_t2=96
old_dhcp6_ia_pd1_iaid=00000002
old_dhcp6_ia_pd1_prefix1=3001:ddde::
old_dhcp6_ia_pd1_prefix1_length=64
old_dhcp6_ia_pd1_prefix1_pltime=90
old_dhcp6_ia_pd1_prefix1_vltime=120
old_dhcp6_ia_pd1_t1=60
old_dhcp6_ia_pd1_t2=96
old_dhcp6_inf_max_rt=60
old_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
old_dhcp6_ntp_server_fqdn=time.foo.com
old_dhcp6_server_id=0001000111c56044b0750c010001
old_dhcp6_sol_max_rt=60
DHCPD:-------------------------------------------------------
DHCPD: Reason is RENEW6 for PRIMARY at Tue Dec  3 08:36:59 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:37:07 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2081
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2081
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:37:07 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:37:17 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2091
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2091
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:37:17 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:37:27 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2101
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2101
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:37:27 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:37:37 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2111
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2111
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:37:37 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:37:47 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2121
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2121
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:37:47 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:37:57 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2131
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2131
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:37:57 UTC 2019
Called w/ REASON=DELEGATED6 by 12936 at Tue Dec  3 08:37:58 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is DELEGATED6 for PRIMARY at Tue Dec  3 08:37:58 UTC 2019
Called w/ REASON=RENEW6 by 12936 at Tue Dec  3 08:37:59 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
new_dhcp6_client_id=000100012578d81e543968184af7
new_dhcp6_domain_search=qacafe.com
new_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
new_dhcp6_ia_na1_ia_addr1_pltime=90
new_dhcp6_ia_na1_ia_addr1_vltime=120
new_dhcp6_ia_na1_iaid=00000001
new_dhcp6_ia_na1_t1=60
new_dhcp6_ia_na1_t2=96
new_dhcp6_ia_pd1_iaid=00000002
new_dhcp6_ia_pd1_prefix1=3001:ddde::
new_dhcp6_ia_pd1_prefix1_length=64
new_dhcp6_ia_pd1_prefix1_pltime=0
new_dhcp6_ia_pd1_prefix1_vltime=0
new_dhcp6_ia_pd1_prefix2=3001:dddd::
new_dhcp6_ia_pd1_prefix2_length=64
new_dhcp6_ia_pd1_prefix2_pltime=90
new_dhcp6_ia_pd1_prefix2_vltime=120
new_dhcp6_ia_pd1_t1=60
new_dhcp6_ia_pd1_t2=96
new_dhcp6_inf_max_rt=60
new_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
new_dhcp6_ntp_server_fqdn=time.foo.com
new_dhcp6_server_id=0001000111c56044b0750c010001
new_dhcp6_sol_max_rt=60
old_dhcp6_client_id=000100012578d81e543968184af7
old_dhcp6_domain_search=qacafe.com
old_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
old_dhcp6_ia_na1_ia_addr1_pltime=90
old_dhcp6_ia_na1_ia_addr1_vltime=120
old_dhcp6_ia_na1_iaid=00000001
old_dhcp6_ia_na1_t1=60
old_dhcp6_ia_na1_t2=96
old_dhcp6_ia_pd1_iaid=00000002
old_dhcp6_ia_pd1_prefix1=3001:ddde::
old_dhcp6_ia_pd1_prefix1_length=64
old_dhcp6_ia_pd1_prefix1_pltime=90
old_dhcp6_ia_pd1_prefix1_vltime=120
old_dhcp6_ia_pd1_t1=60
old_dhcp6_ia_pd1_t2=96
old_dhcp6_inf_max_rt=60
old_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
old_dhcp6_ntp_server_fqdn=time.foo.com
old_dhcp6_server_id=0001000111c56044b0750c010001
old_dhcp6_sol_max_rt=60
DHCPD:-------------------------------------------------------
DHCPD: Reason is RENEW6 for PRIMARY at Tue Dec  3 08:37:59 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:38:07 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2141
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2141
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:38:07 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:38:17 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2151
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2151
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:38:17 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:38:27 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2161
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2161
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:38:27 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:38:37 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2171
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2171
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:38:37 UTC 2019
Called w/ REASON=ROUTERADVERT by 12936 at Tue Dec  3 08:39:07 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
nd1_acquired=2171
nd1_from=fe80::b275:cff:fe01:1
nd1_now=2201
nd1_prefix_information1_flags=L
nd1_prefix_information1_length=64
nd1_prefix_information1_pltime=604800
nd1_prefix_information1_prefix=2001:4250::
nd1_prefix_information1_vltime=2592000
nd1_source_address=b0750c010001
DHCPD:-------------------------------------------------------
DHCPD: Reason is ROUTERADVERT for PRIMARY at Tue Dec  3 08:39:07 UTC 2019
Called w/ REASON=DELEGATED6 by 12936 at Tue Dec  3 08:39:44 UTC 2019
interface=eth0
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
DHCPD:-------------------------------------------------------
DHCPD: Reason is DELEGATED6 for PRIMARY at Tue Dec  3 08:39:44 UTC 2019
Called w/ REASON=TIMEOUT6 by 12936 at Tue Dec  3 08:39:45 UTC 2019
interface=eth1
ifcarrier=up
ifflags=4163
ifmtu=1500
ifwireless=0
new_dhcp6_client_id=000100012578d81e543968184af7
new_dhcp6_domain_search=qacafe.com
new_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
new_dhcp6_ia_na1_ia_addr1_pltime=90
new_dhcp6_ia_na1_ia_addr1_vltime=120
new_dhcp6_ia_na1_iaid=00000001
new_dhcp6_ia_na1_t1=60
new_dhcp6_ia_na1_t2=96
new_dhcp6_ia_pd1_iaid=00000002
new_dhcp6_ia_pd1_prefix1=3001:ddde::
new_dhcp6_ia_pd1_prefix1_length=64
new_dhcp6_ia_pd1_prefix1_pltime=0
new_dhcp6_ia_pd1_prefix1_vltime=0
new_dhcp6_ia_pd1_prefix2=3001:dddd::
new_dhcp6_ia_pd1_prefix2_length=64
new_dhcp6_ia_pd1_prefix2_pltime=90
new_dhcp6_ia_pd1_prefix2_vltime=120
new_dhcp6_ia_pd1_t1=60
new_dhcp6_ia_pd1_t2=96
new_dhcp6_inf_max_rt=60
new_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
new_dhcp6_ntp_server_fqdn=time.foo.com
new_dhcp6_server_id=0001000111c56044b0750c010001
new_dhcp6_sol_max_rt=60
old_dhcp6_client_id=000100012578d81e543968184af7
old_dhcp6_domain_search=qacafe.com
old_dhcp6_ia_na1_ia_addr1=2001:4250::50:16
old_dhcp6_ia_na1_ia_addr1_pltime=90
old_dhcp6_ia_na1_ia_addr1_vltime=120
old_dhcp6_ia_na1_iaid=00000001
old_dhcp6_ia_na1_t1=60
old_dhcp6_ia_na1_t2=96
old_dhcp6_ia_pd1_iaid=00000002
old_dhcp6_ia_pd1_prefix1=3001:ddde::
old_dhcp6_ia_pd1_prefix1_length=64
old_dhcp6_ia_pd1_prefix1_pltime=90
old_dhcp6_ia_pd1_prefix1_vltime=120
old_dhcp6_ia_pd1_t1=60
old_dhcp6_ia_pd1_t2=96
old_dhcp6_inf_max_rt=60
old_dhcp6_name_servers='3001:51a:cafe::2 3001:51a:cafe::3'
old_dhcp6_ntp_server_fqdn=time.foo.com
old_dhcp6_server_id=0001000111c56044b0750c010001
old_dhcp6_sol_max_rt=60
DHCPD:-------------------------------------------------------
DHCPD: Reason is TIMEOUT6 for PRIMARY at Tue Dec  3 08:39:45 UTC 2019
DHCPCD: Resetting registration PRIMARY in /var/run/dhcpcd_pri.registration

Attachment: wan_captures.pcap
Description: application/vnd.tcpdump.pcap


Follow-Ups:
Re: PD Renumbering FailureRoy Marples
Archive administrator: postmaster@marples.name