Skip to content

Commit

Permalink
vmm: support pod sysctl configuration
Browse files Browse the repository at this point in the history
Signed-off-by: MorningTZH <morningtzh@yeah.net>
  • Loading branch information
morningtzh committed Aug 9, 2024
1 parent 75024d4 commit 841f37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmm/sandbox/src/network/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub struct Network {
async fn get_route(
ip_version: IpVersion,
handle: &Handle,
intfs: &Vec<NetworkInterface>,
intfs: &[NetworkInterface],
routes: &mut Vec<Route>,
) -> Result<()> {
let mut route_msgs = handle.route().get(ip_version).execute();
Expand Down

0 comments on commit 841f37e

Please sign in to comment.