Skip to content

Commit 0447e54

Browse files
committed
rebase missing So, manually fiexed
1 parent 58c774b commit 0447e54

File tree

1 file changed

+0
-110
lines changed

1 file changed

+0
-110
lines changed

libioc/Config/Jail/Defaults.py

-110
Original file line numberDiff line numberDiff line change
@@ -30,117 +30,7 @@
3030
import libioc.Config.Jail.Globals
3131
import libioc.Config.Jail.BaseConfig
3232

33-
<<<<<<< HEAD
3433
_DEFAULTS = libioc.Config.Jail.Globals.DEFAULTS
35-
=======
36-
DEFAULTS = libioc.Config.Data.Data({
37-
"CONFIG_VERSION": 17,
38-
"id": None,
39-
"release": None,
40-
"boot": False,
41-
"priority": 0,
42-
"legacy": False,
43-
"priority": 0,
44-
"depends": [],
45-
"basejail": False,
46-
"basejail_type": "nullfs",
47-
"clonejail": False,
48-
"defaultrouter": None,
49-
"defaultrouter6": None,
50-
"mac_prefix": "02ff60",
51-
"vnet": False,
52-
"interfaces": [],
53-
"vnet_default_interface": [],
54-
"vnet_interfaces": [],
55-
"ip4": "new",
56-
"ip4_saddrsel": 1,
57-
"ip4_addr": None,
58-
"ip6": "new",
59-
"ip6_saddrsel": 1,
60-
"ip6_addr": None,
61-
"resolver": "/etc/resolv.conf",
62-
"host_hostuuid": None,
63-
"host_hostname": None,
64-
"host_domainname": None,
65-
"host_time": True,
66-
"hostid": None,
67-
"hostid_strict_check": False,
68-
"devfs_ruleset": 4,
69-
"enforce_statfs": 2,
70-
"children_max": 0,
71-
"allow_set_hostname": 1,
72-
"allow_sysvipc": 0,
73-
"allow_raw_sockets": 0,
74-
"allow_chflags": 0,
75-
"allow_mlock": 0,
76-
"allow_mount": 0,
77-
"allow_mount_devfs": 0,
78-
"allow_mount_fusefs": 0,
79-
"allow_mount_nullfs": 0,
80-
"allow_mount_procfs": 0,
81-
"allow_mount_fdescfs": 0,
82-
"allow_mount_zfs": 0,
83-
"allow_mount_tmpfs": 0,
84-
"allow_quotas": 0,
85-
"allow_socket_af": 0,
86-
"allow_tun": 0,
87-
"allow_vmm": False,
88-
"available": 0,
89-
"bpf": None,
90-
"comment": None,
91-
"compression": None,
92-
"compressratio": None,
93-
"count": None,
94-
"cpuset": False,
95-
"dedup": False,
96-
"dhcp": False,
97-
"rlimits": None,
98-
"sysvmsg": "new",
99-
"sysvsem": "new",
100-
"sysvshm": "new",
101-
"exec_clean": 1,
102-
"exec_fib": 1,
103-
"exec_prestart": None,
104-
"exec_created": None,
105-
"exec_start": "/bin/sh /etc/rc",
106-
"exec_poststart": None,
107-
"exec_prestop": None,
108-
"exec_stop": "/bin/sh /etc/rc.shutdown",
109-
"exec_poststop": None,
110-
"exec_system_user": "root",
111-
"exec_system_jail_user": "root",
112-
"exec_jail_user": "root",
113-
"exec_timeout": "600",
114-
"stop_timeout": "30",
115-
"mount_procfs": "0",
116-
"mount_devfs": "1",
117-
"mount_fdescfs": "0",
118-
"mount_linprocfs": "0",
119-
"securelevel": 2,
120-
"mountpoint": "0",
121-
"notes": None,
122-
"origin": None,
123-
"owner": None,
124-
"quota": None,
125-
"reservation": None,
126-
"rtsold": None,
127-
"sync_state": None,
128-
"sync_target": None,
129-
"sync_tgt_zpool": None,
130-
"tags": [],
131-
"template": False,
132-
"used": False,
133-
"jail_zfs": False,
134-
"jail_zfs_dataset": None,
135-
"jail_zfs_mountpoint": None,
136-
"provision": {
137-
"method": None,
138-
"source": None,
139-
"rev": "master"
140-
},
141-
"last_started": None
142-
})
143-
>>>>>>> vnet_default_interfaces doesn't automatically change too, So [] passed
14434

14535

14636
class JailConfigDefaults(libioc.Config.Jail.BaseConfig.BaseConfig):

0 commit comments

Comments
 (0)