Skip to content

Commit

Permalink
set default parameter when feature/add_config fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
himrock922 committed Feb 24, 2019
1 parent f3e2a2d commit 22d2592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libioc/Config/Jail/Globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mac_prefix": "02ff60",
"vnet": False,
"interfaces": [],
"vnet_default_interface": None,
"vnet_default_interface": [],
"vnet_interfaces": [],
"ip4": "new",
"ip4_saddrsel": 1,
Expand Down Expand Up @@ -99,9 +99,9 @@
"exec_prestop": None,
"exec_stop": "/bin/sh /etc/rc.shutdown",
"exec_poststop": None,
"exec_system_user": False,
"exec_system_user": "root",
"exec_system_jail_user": "root",
"exec_jail_user": "root",
"exec_system_jail_user": False,
"exec_timeout": "600",
"stop_timeout": "30",
"mount_procfs": "0",
Expand Down

0 comments on commit 22d2592

Please sign in to comment.