tschettervictor
02b3ce62f9
Merge pull request #1178 from BastilleBSD/tschettervictor-patch-1
2025-07-10 11:16:04 -06:00
tschettervictor
f5bb09076a
docs: list: Update -jp
2025-07-10 10:54:02 -06:00
tschettervictor
2edb714298
Merge pull request #1177 from BastilleBSD/tschettervictor-patch-2
2025-07-10 10:05:23 -06:00
tschettervictor
d577f892bd
docs: list: Remove -s
2025-07-10 07:51:40 -06:00
tschettervictor
0f4d8e0110
list: Revert -s option
...
Reverting as this causes nothing but trouble when multiple IPs are present for any jail
2025-07-10 07:50:56 -06:00
Juan David Hurtado G
5db5acb9bb
Merge pull request #1176 from metalefty/tunnel
...
list: exclude tunnel endpoint (src/dst) addresses
2025-07-10 08:33:31 -05:00
Koichiro Iwao
9753cbaf5a
list: exclude tunnel endpoint (src/dst) addresses
...
from IP address listing of jails with gif/gre interfaces
Reported at: #1175
For example:
gif0: flags=1008051<UP,POINTOPOINT,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 1460
options=80000<LINKSTATE>
tunnel inet6 2001:db8::cafe:cafe --> 3fff::feed:feed
inet 192.168.1.1 --> 10.10.10.10 netmask 0xffffffff
groups: gif
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
gif1: flags=1008011<UP,POINTOPOINT,MULTICAST,LOWER_UP> metric 0 mtu 1280
options=80000<LINKSTATE>
tunnel inet 192.0.2.10 --> 198.51.100.20
inet 10.0.0.1 --> 10.0.0.2 netmask 0xffffffff
groups: gif
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
2025-07-10 15:05:09 +09:00
Juan David Hurtado G
2e366d70b6
Merge pull request #1173 from BastilleBSD/yaazkal-patch-2
...
Update README.md
2025-07-09 09:41:41 -05:00
Juan David Hurtado G
6df6738b35
Update README.md
...
Add warning and link the 1.0 release announcement
2025-07-09 09:41:10 -05:00
Juan David Hurtado G
cb8dbe989d
Merge pull request #1172 from BastilleBSD/yaazkal-patch-1
...
Update README.md
2025-07-09 09:04:50 -05:00
Juan David Hurtado G
159f543a8b
Update README.md
...
Small change to reflect current 1.0.x
2025-07-09 09:04:40 -05:00
JRGTH
5580c9d0d3
Solver more conflicts due later updates
...
Updated this PR and added the later changes to solve some conflicts to the `bastille` bin cmd, this is now ready for review.
Between I would double quote the bastille version to:
```
BASTILLE_VERSION="1.0.20250714"
```
But I leave that as that just in case.
2025-07-09 00:25:36 -04:00
Juan David Hurtado G
59415f18b2
Merge pull request #1171 from BastilleBSD/rel/1.0
...
Doing release 1.0 - Bastille Day 2025
2025-07-08 23:15:49 -05:00
Juan David Hurtado G
f68cc0f81a
bastille: version 1.0 - Bastille Day 2025
2025-07-08 23:15:08 -05:00
Juan David Hurtado G
3fb721b296
doc: reformat and reflow documentation for consistent 80-column text
2025-07-08 22:40:28 -05:00
Juan David Hurtado G
f1c2e80f42
doc: update README to specify version as 'Bastille 1.0.x'
2025-07-08 22:14:32 -05:00
Juan David Hurtado G
0fcf7f402e
doc: remove section from README about changes. Left that to the release announcement.
2025-07-08 22:14:02 -05:00
Juan David Hurtado G
65a6ece81b
doc: reformat documentation for consistency and readability
...
- Keeps 80 columns for readability.
- Moves comparison table from README to COMPARE file. This will help us to maintain that table in only one place.
2025-07-08 20:31:54 -05:00
JRGTH
b32d32f64e
Solve one more conflict for list cmd
...
This will solve one more conflict for list command, we will later add the `[snapshot(s)]` to the usage banner.
2025-07-08 19:43:33 -04:00
JRGTH
c52e559533
Solve later PR conflict for list cmd
...
This PR will solve the later PR conflict for the list cmd.
2025-07-08 19:25:06 -04:00
tschettervictor
a2f2d9aae9
Merge pull request #1168 from BastilleBSD/tschettervictor-patch-1
...
list: reorder sort options
2025-07-06 17:18:46 -06:00
tschettervictor
7c732686e8
list: reorder sort options
2025-07-06 17:18:04 -06:00
tschettervictor
772650c1e9
Merge pull request #1167 from BastilleBSD/tschettervictor-patch-1
...
list: Cleanup for list with -s
2025-07-06 17:08:32 -06:00
tschettervictor
569b645e2d
list: Cleanup for list with -s
2025-07-06 17:08:20 -06:00
tschettervictor
86fccb206a
Merge pull request #1165 from BastilleBSD/priority-list
2025-07-06 16:41:04 -06:00
tschettervictor
de6bf1a18a
docs: lost: Update for -s
2025-07-06 15:16:37 -06:00
tschettervictor
3dec44ae57
Update list.sh
2025-07-06 15:06:42 -06:00
tschettervictor
d69b86e542
list: Allow listing jail type separately
2025-07-06 15:05:53 -06:00
tschettervictor
bb92dc3298
list: Allow listing by additional args
2025-07-04 19:52:44 -06:00
JRGTH
9561f83edf
Make shellcheck happy.
...
Just make shellcheck happy and code maintenance.
2025-07-03 00:10:24 -04:00
JRGTH
9503df28fb
Add snapshot batch rollback and simplify code
...
Add snapshot batch rollback ability and simplify/maintenance code.
2025-07-02 23:59:41 -04:00
tschettervictor
c18ef73f68
list: List jails according to priority
2025-07-02 12:37:56 -06:00
JRGTH
72e9bae7f2
Add some checks wen handling batch snapshots
...
Add some checks and delay only wen handling batch snapshots with generated names.
2025-06-27 11:35:28 -04:00
JRGTH
3d5c76c146
Remove early warning, seems redundant with zfs
...
Remove early warning, seems redundant with zfs error handling output.
2025-06-27 05:04:02 -04:00
JRGTH
e953aea373
Add one sec for creating snaps in batch mode
2025-06-27 04:54:57 -04:00
JRGTH
d6a9848354
Remove dryrun, user can see snap data with list
...
Remove dryrun as user can see snap usage data with `list` cmd instead.
2025-06-27 03:54:52 -04:00
JRGTH
837c77ee73
[Enhancement] 'Bastille zfs command'
...
[Enhancement] 'Bastille zfs command'
Here is the proposed `zfs` comand enhancement proposed here: https://github.com/BastilleBSD/bastille/pull/1163
2025-06-27 03:07:49 -04:00
tschettervictor
cf8a9b333a
Merge pull request #1161 from BastilleBSD/tschettervictor-patch-1
2025-06-23 22:17:18 -06:00
tschettervictor
6cc600394a
etcupdate: Better handling of src verify
2025-06-23 22:03:06 -06:00
tschettervictor
12a7c45ec7
Merge pull request #1159 from BastilleBSD/exit-code
2025-06-22 14:40:36 -06:00
tschettervictor
a9901fbc03
pkg: Quote $@
2025-06-22 12:15:27 -06:00
tschettervictor
2b4599af2f
add exit code export to pkg,service,sysrc
2025-06-22 12:12:02 -06:00
tschettervictor
7cbcdabb91
pkg: Add exit code check and return
2025-06-22 12:06:04 -06:00
tschettervictor
d5d4fdd589
sysrc: Add exit code check and return
2025-06-22 11:35:09 -06:00
tschettervictor
3f32fd1864
service: Add exit code check and return
2025-06-22 11:34:33 -06:00
tschettervictor
0fb4aac12a
cmd: Rename print > return
2025-06-22 11:25:56 -06:00
tschettervictor
d49e6f74fb
common: Rename print > return
2025-06-22 11:25:23 -06:00
tschettervictor
6b205dcac7
common: Add exit code functions
2025-06-22 11:12:09 -06:00
tschettervictor
77b6f09e22
cmd: Initiate exit code collect
2025-06-22 11:11:22 -06:00
Barry McCormick
dfe380ca4c
Merge pull request #1156 from BastilleBSD/1.0.20250714
...
1.0.20250714
2025-06-21 21:44:32 -07:00