Skip to content

Commit

Permalink
socket: add netlink.rs for netlink socket
Browse files Browse the repository at this point in the history
Signed-off-by: rayylee <[email protected]>
  • Loading branch information
hbuxiaofei committed Apr 7, 2024
1 parent 9fcd168 commit efd46be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/axnet/src/netlink.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@



pub struct NlSocket {
}

impl NlSocket {
pub fn new() -> Self {
NlSocket {}
}

}

0 comments on commit efd46be

Please sign in to comment.