tschettervictor
e8d564a695
vnet: modify descr variable
2025-11-02 15:30:13 -07:00
tschettervictor
7ae1e2697e
vnet_template: allow setting description in jail
2025-11-02 12:37:52 -07:00
tschettervictor
0940887d20
create: add EXT_INTERFACE to allow description
2025-11-02 12:32:18 -07:00
tschettervictor
536b412698
list: properly list IP length
2025-10-23 22:21:14 -04:00
tschettervictor
13f4a7e553
list: fix list jail state when down
2025-10-14 13:01:51 -04:00
tschettervictor
f275271d40
list: fix listing jail length
2025-10-11 10:44:25 -06:00
tschettervictor
c5c6c50df0
rdr: spacing update
2025-10-09 09:14:18 -06:00
tschettervictor
9a62b30c54
rdr: use if_raw
2025-10-09 07:23:27 -06:00
tschettervictor
36d61b4e6f
rdr: strip brackets from ext_if
2025-10-08 20:43:18 -06:00
tschettervictor
355dd0a436
Merge pull request #1260 from BastilleBSD/rdr-multi
2025-10-07 18:11:40 -06:00
tschettervictor
19dd1c323e
Merge pull request #1262 from BastilleBSD/tschettervictor-patch-1
2025-10-07 18:10:52 -06:00
tschettervictor
5e53903531
docs: migrate: update for -k
2025-10-07 11:29:58 -06:00
tschettervictor
743eaeed0b
fix `>'
2025-10-07 10:16:18 -04:00
tschettervictor
5cb6343cc4
migrate: allow specifying custom keyfle
2025-10-07 10:15:46 -04:00
tschettervictor
bb86847152
migrate: detect id_* for key file
2025-10-06 17:04:03 -04:00
tschettervictor
95a2561e11
update docs
2025-10-05 17:33:41 -06:00
tschettervictor
c628967232
rdr: allow comma separated interfaces
2025-10-04 20:24:45 -04:00
tschettervictor
07496cab2d
fix shellcheck again
2025-10-04 14:24:47 -06:00
tschettervictor
d0f7e2dc8e
fix shellcheck
2025-10-04 14:23:13 -06:00
tschettervictor
0dca1a434c
fix clone and rename
2025-10-04 14:17:54 -06:00
tschettervictor
145cbd7b11
network: fix adding interface
2025-10-03 14:44:23 -04:00
tschettervictor
b0fd74f74b
Merge pull request #1258 from BastilleBSD/master
...
merge master > epair-naming
2025-10-03 09:45:36 -06:00
tschettervictor
7cba8ca3b5
network: fix _jail>TARGET
2025-10-03 09:41:42 -06:00
tschettervictor
4a88cf5996
common: convert to generic “Bastille” name
2025-10-02 18:25:55 -06:00
tschettervictor
1f6e0725f4
epair-name: final revision
2025-10-02 17:43:40 -06:00
tschettervictor
4e2d001f44
Suppress error if no jail
2025-10-02 13:20:06 -06:00
tschettervictor
afcbae89b7
list: fix listing jails with DHCP
2025-10-02 14:43:27 -04:00
tschettervictor
0a9c19f2c7
Fix jibepair again
2025-10-02 08:55:17 -06:00
tschettervictor
4299f3d72f
Fix jib epair
2025-10-02 08:47:37 -06:00
tschettervictor
203d3cffc1
Remove warning
2025-10-02 08:44:06 -06:00
tschettervictor
8ec11db0aa
epair-naming: first pass
2025-10-02 08:35:20 -06:00
Juan David Hurtado G
0a03d0f292
release: bump version to 1.1.0.251001
2025-10-01 11:53:28 -05:00
Juan David Hurtado G
efa453141f
zfs: Add missing [TAG] text in the usage message
2025-10-01 11:50:01 -05:00
Juan David Hurtado G
93dd0ff053
common: fix typo
2025-10-01 06:50:51 -05:00
Juan David Hurtado G
3cef36f5ce
common: fix typo
2025-10-01 06:49:07 -05:00
tschettervictor
bd120c68b6
Merge pull request #1253 from michael-o/version-sort
...
Apply version (natural) sort to listings
2025-09-30 12:17:44 -06:00
tschettervictor
b1c4c32ebd
Merge pull request #1251 from BastilleBSD/tschettervictor-patch-1
2025-09-30 12:07:23 -06:00
Michael Osipov
d6f2a4985e
Apply version (natural) sort to listings
...
When listing jails, releases, or alike sort them version-aware (natural)
where 10 comes not after 1, but after 9.
2025-09-30 20:02:07 +02:00
tschettervictor
b6014dacad
fix listing linux jail
2025-09-30 07:57:17 -06:00
tschettervictor
27cf17b20a
reword error message
2025-09-30 07:48:38 -06:00
tschettervictor
bdd08e0f4e
list: support either FreeBSD OR Linux for release
2025-09-28 18:20:36 -06:00
tschettervictor
5769c9c6fe
list: properly list jail type
...
@michael-o
This is actually a better solution. It didn't cross my mind that we are actually setting IS_FREEBSD_JAIL and IS_LINUX_JAIL in the list command.
For now, if both are detected, it will set JAIL_TYPE to "hybrid" but if that is not agreeable, we can simply leave it at "thick".
2025-09-28 19:55:05 -04:00
tschettervictor
55a464544a
typos
2025-09-28 13:10:26 -06:00
tschettervictor
838e10b319
init avoid epair name clash
2025-09-28 12:59:11 -06:00
tschettervictor
a85e7cc7a5
Fix unused error var
2025-09-28 11:25:35 -06:00
tschettervictor
8a6627841b
restart: be consistent with service command
2025-09-28 11:19:45 -06:00
tschettervictor
16d5d05d73
restart: error if jail is not restarted
2025-09-27 12:34:47 -06:00
tschettervictor
365c96e708
Merge pull request #1246 from BastilleBSD/passthrough-create
...
Add -P to create command
2025-09-27 12:16:33 -06:00
tschettervictor
d6393d4572
update: fix updating an EOL jail
2025-09-26 09:25:35 -06:00
tschettervictor
3fa1e80632
fix passthrough in network subcommand
2025-09-25 12:27:09 -06:00