File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ func RegisterFlags(flagSet *flag.FlagSet) {
149
149
flagSet .Bool ("reproduce-nat" , false , "Scrape the host netns NAT table and reproduce it in the sandbox." )
150
150
flagSet .Bool (flagReproduceNFTables , false , "Attempt to scrape and reproduce nftable rules inside the sandbox. Overrides reproduce-nat when true." )
151
151
flagSet .Bool (flagNetDisconnectOK , true , "Indicates whether open network connections and open unix domain sockets should be disconnected upon save." )
152
- flagSet .Bool ("save-restore-netstack" , false , "Indicates whether netstack save/restore is enabled." )
152
+ flagSet .Bool ("save-restore-netstack" , true , "Indicates whether netstack save/restore is enabled." )
153
153
154
154
// Flags that control sandbox runtime behavior: accelerator related.
155
155
flagSet .Bool ("nvproxy" , false , "EXPERIMENTAL: enable support for Nvidia GPUs" )
You can’t perform that action at this time.
0 commit comments