K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-06-16T20:24:58.057703Z K 7 svn:log V 575 netgraph/ng_base: Renaming a node to the same name is a noop Detailed analysis in https://github.com/genneko/freebsd-vimage-jails/issues/2 brought the problem down to a double call of ng_node_name() before and after a vnet move. Because the name of the node is already known (occupied by itself), the second call fails. PR: 241954 Reported by: Paul Armstrong Differential Revision: https://reviews.freebsd.org/D30110 (cherry picked from commit 0345fd891fe13a191fc0fae9463ea9458bfaff5a) Git Hash: a0694da5d035ea0e686ad1bae95709e52df0913a Git Author: donner@FreeBSD.org END