Skip to content
Snippets Groups Projects
Unverified Commit 417d94f5 authored by Luca Moser's avatar Luca Moser Committed by GitHub
Browse files

adds default snapshot as default para (#583)

parent 833bfa6d
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ const ( ...@@ -39,7 +39,7 @@ const (
) )
func init() { func init() {
flag.String(CfgValueLayerSnapshotFile, "", "the path to the snapshot file") flag.String(CfgValueLayerSnapshotFile, "./snapshot.bin", "the path to the snapshot file")
flag.Int(CfgValueLayerFCOBAverageNetworkDelay, 5, "the avg. network delay to use for FCoB rules") flag.Int(CfgValueLayerFCOBAverageNetworkDelay, 5, "the avg. network delay to use for FCoB rules")
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment