diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2023-05-14 19:46:39 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-05-23 16:13:28 +0200 |
commit | 9f61c5b68b0958e0c7735657ed3842866e45ea47 (patch) | |
tree | 8c616411f69a2efca51a75cc85ab79f3b3a57dce | |
parent | cc9d16758be69c0ca16eb7f11b31a07945cf427e (diff) | |
download | passt-9f61c5b68b0958e0c7735657ed3842866e45ea47.tar passt-9f61c5b68b0958e0c7735657ed3842866e45ea47.tar.gz passt-9f61c5b68b0958e0c7735657ed3842866e45ea47.tar.bz2 passt-9f61c5b68b0958e0c7735657ed3842866e45ea47.tar.lz passt-9f61c5b68b0958e0c7735657ed3842866e45ea47.tar.xz passt-9f61c5b68b0958e0c7735657ed3842866e45ea47.tar.zst passt-9f61c5b68b0958e0c7735657ed3842866e45ea47.zip |
passt.h: Fix description of pasta_ifi in struct ctx
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r-- | passt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ struct ip6_ctx { * @ifi6: Index of template interface for IPv6, 0 if IPv6 disabled * @ip6: IPv6 configuration * @pasta_ifn: Name of namespace interface for pasta - * @pasta_ifn: Index of namespace interface for pasta + * @pasta_ifi: Index of namespace interface for pasta * @pasta_conf_ns: Configure namespace after creating it * @no_copy_routes: Don't copy all routes when configuring target namespace * @no_copy_addrs: Don't copy all addresses when configuring namespace |