Daniel Markstedt
Daniel Markstedt
@fdanapfel Doesn't Proxy ARP require the systemd.networkd network stack? Last time I researched this (a year ago) I found a few potential blockers and didn't proceed with a POC. But...
@uweseimet Maybe it has something to do with dhcpcd that requires the bridge to be created on boot time, hence depending on interfaces.d to configure it earlier than what piscsi...
@uweseimet Some research suggests that RPiOS Bookworm deprecated `dhcpcd` in favor of `nm` (Network Manager). https://forums.raspberrypi.com/viewtopic.php?t=357739 https://networkmanager.dev/docs/api/latest/
@uweseimet Over at Discord we were suggested one workaround to try: Disable `nm` management of the relevant interface. This might theoretically allow dhcpcd to control them again. https://wiki.debian.org/NetworkManager#Wired_Networks_are_Unmanaged
Don’t hesitate to drop by Discord every now and then to encourage more contributions. ;) In any case, we should make a decision today. Either spend more time to try...
@uweseimet FYI the 23.11.01 version has been tagged. I'm drafting the release notes now. Tomorrow I will attempt to run the image gen scripts. After that I'll flag the release...
@uweseimet Thanks for reporting the bugs / corner cases. What do you recommend is a proper handling of the two latter invalid inputs? Ignore the command, log a warning and...
@kkaempf I plan to tag a new stable piscsi software release in 2 weeks time. Do you think you'll have a chance to look at this before that?
@kkaempf So ultimately I think it's up to us to decide if we want to treat "non-multiple of 512 bytes" cases as exceptions, or to log a warning and proceed....
@kkaempf Wouldn't you say that this scenario corresponds to condition d) found under the **8.2.8 MODE SELECT(6) command** section from the [SCSI spec](https://dn790004.ca.archive.org/0/items/SCSISpecificationDocumentsSCSIDocuments/Small%20Computer%20System%20Interface%20-%202%20rev%2010L.pdf)? > The target shall terminate the MODE...