This post provided initial success networking Fedora 37 to a Mac over Firewire, but I'd like the connection to be managed, and it appears NetworkManager doesn't grok the connection.type, preventing activation:
# nmcli device status
DEVICE TYPE STATE CONNECTION
enp1s0f0 ethernet connected Wired connection 1
firewire0 unknown disconnected --
# nmcli connection add con-name new-fw0 ifname firewire0 type ethernet ip4 n.n.n.n/24
# nmcli device set firewire0 autoconnect yes managed yes
# nmcli device connect firewire0
Error: Failed to add/activate new connection: Device class NMDeviceGeneric had no complete_connection method
I don't see firewire as a possible connection type in the man page so...
Thanks in advance.