jib (0fe0fe112fa6cc220f14a1a9196b51fdc79edc72) | jib (3048255235c13ee10b5110350ab5dde9d619ccd1) |
---|---|
1#!/bin/sh 2#- 3# Copyright (c) 2016 Devin Teske 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions 8# are met: --- 37 unchanged lines hidden (view full) --- 46# path = "/vm/xxx"; 47# 48# # 49# # NB: Below 2-lines required 50# # NB: The number of eNb_xxx interfaces should match the number of 51# # arguments given to `jib addm xxx' in exec.prestart value. 52# # 53# vnet; | 1#!/bin/sh 2#- 3# Copyright (c) 2016 Devin Teske 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions 8# are met: --- 37 unchanged lines hidden (view full) --- 46# path = "/vm/xxx"; 47# 48# # 49# # NB: Below 2-lines required 50# # NB: The number of eNb_xxx interfaces should match the number of 51# # arguments given to `jib addm xxx' in exec.prestart value. 52# # 53# vnet; |
54# vnet.interface = "e0b_xxx e1b_xxx ..."; | 54# vnet.interface = e0b_xxx, e1b_xxx, ...; |
55# 56# exec.clean; 57# exec.system_user = "root"; 58# exec.jail_user = "root"; 59# 60# # 61# # NB: Below 2-lines required 62# # NB: The number of arguments after `jib addm xxx' should match --- 356 unchanged lines hidden --- | 55# 56# exec.clean; 57# exec.system_user = "root"; 58# exec.jail_user = "root"; 59# 60# # 61# # NB: Below 2-lines required 62# # NB: The number of arguments after `jib addm xxx' should match --- 356 unchanged lines hidden --- |