CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/18 18:24:43
Modified files:
sys/net : if_rport.c
Log message:
detect rport interfaces using the if_enqueue function pointer
this is how rport decides if it should partner with another interface.
at the moment it's using if_input point at rport_input to check,
but i want to replace rport_input with p2p_input because they're
largely identical.
