The OSPFv3 graceful restart (GR) helper is enabled by default, and can be disabled on a routing device.
device# configure terminal
device(config)# ipv6 router ospf
device(config-ipv6-router-ospf-vrf-default-vrf)# no graceful-restart helper
The following example disables the GR helper.
device# configure terminal device(config)# ipv6 router ospf device(config-ipv6-router-ospf-vrf-default-vrf)# no graceful-restart helper