We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc9200 commit f7c3883Copy full SHA for f7c3883
src/network/core_utils.rs
@@ -259,8 +259,7 @@ pub fn join_netns<Fd: AsFd>(fd: Fd) -> NetavarkResult<()> {
259
260
/// safe way to join the namespace and join back to the host after the task is done
261
/// This first arg should be the hostns fd, the second is the container ns fd.
262
-/// The third is the result variable name and the last the closure that should be
263
-/// executed in the ns.
+/// The third and last the closure that should be executed in the ns.
264
#[macro_export]
265
macro_rules! exec_netns {
266
($host:expr, $netns:expr, $exec:expr) => {{
0 commit comments