While here remove a pointless assignment to static local variable lo_cloner.
No functional change intended.
MFC after: 1 week
Differential D45728
lo: Use new KPI to create the first loop interface zlei on Jun 25 2024, 10:00 AM. Authored by Tags None Referenced Files
Details While here remove a pointless assignment to static local variable lo_cloner. No functional change intended. MFC after: 1 week
Diff Detail
Event Timeline
Comment Actions I was initially worried that we'd change the behaviour of V_loif here, in that it'd get updated every time we create a new loopback interface, but I was wrong. We only set V_loif (although now via ifc_create_ifp() indirectly, rather that from lo_clone_create()) for the first, automatically created, interface. Comment Actions
Emm, I think the word assign is more accurate than create. |