Commit graph

381 commits

Author SHA1 Message Date
Ariadne Conill
0a3f1e33a8 ifctrstat: lower-case help text for program-specific options 2020-08-18 14:36:15 -06:00
Ariadne Conill
9928beef68 doc: add ifctrstat(8) manpage 2020-08-18 14:32:07 -06:00
Ariadne Conill
99571a4c03 ifctrstat: fix style issues 2020-08-18 14:20:55 -06:00
Ariadne Conill
2c562b7be0
Merge pull request #23 from ifupdown-ng/feature/multicall-manpage-xref
add manpage xref to applet help output
2020-08-18 14:18:58 -06:00
Ariadne Conill
520b831bdf cmd: add manpage xrefs where we have manpages already 2020-08-18 14:14:33 -06:00
Ariadne Conill
e2959275b6 multicall: add ability for applets to specify a manpage reference 2020-08-18 14:12:34 -06:00
A. Wilcox
327e738a55
Refactor how options are handled 2020-08-17 14:59:19 -05:00
Ariadne Conill
9fed844352
Merge pull request #20 from ifupdown-ng/ifctrstat
Add ifctrstat applet
2020-08-17 13:16:10 -06:00
A. Wilcox
1a11bb768f
ifctrstat: Use new structure and recalculate binary size 2020-08-17 14:13:16 -05:00
A. Wilcox
7b45d3939d
ifctrstat: Add -n option to omit label printing 2020-08-14 14:27:23 -05:00
A. Wilcox
6106164d7c
ifctrstat: Add ability to output counter values 2020-08-14 11:29:04 -05:00
A. Wilcox
95d943ee44
ifctrstat: Misc style fixes 2020-08-14 11:28:14 -05:00
A. Wilcox
05e0ac139b
ifctrstat: Initial structure for new applet 2020-08-14 11:27:43 -05:00
Ariadne Conill
36f0930c27 gitignore: ignore .lock files generated by testsuite 2020-08-13 00:36:50 -06:00
Ariadne Conill
db57f7c07c readme: mention irc channel 2020-08-13 00:36:23 -06:00
Ariadne Conill
0999347dab
Merge pull request #22 from ifupdown-ng/feature/configurable-applets
build: configurable applets
2020-08-12 22:39:38 -06:00
Ariadne Conill
196c000161 build: further cleanup 2020-08-12 17:09:14 -06:00
Ariadne Conill
b30e0223d0 multicall: only enable applets actually compiled in 2020-08-12 16:57:40 -06:00
Ariadne Conill
ff4822cf05 build: allow for applets to be customized 2020-08-12 16:57:40 -06:00
Ariadne Conill
4e3d2dbbc3
Merge pull request #18 from ifupdown-ng/feature/if-option-group
Feature/if option group
2020-08-11 23:35:45 -06:00
Ariadne Conill
f7d21d4b46 ifupdown: port to use option groups 2020-08-11 23:14:55 -06:00
Ariadne Conill
fda7bfae57 ifquery: use generic_usage() instead of ifquery_usage() 2020-08-11 23:10:35 -06:00
Ariadne Conill
f6d9f65248 ifquery: port to use option groups 2020-08-11 23:03:55 -06:00
Ariadne Conill
fdfe8ac080 multicall: migrate execution options to common code 2020-08-11 22:52:15 -06:00
Ariadne Conill
52509c508c multicall: migrate match options to shared collection 2020-08-11 22:37:36 -06:00
Ariadne Conill
f871002ecc multicall: add self_applet 2020-08-11 22:37:10 -06:00
Ariadne Conill
2be5add47b multicall: split option handling routines out to multicall-options.c 2020-08-11 22:15:52 -06:00
Ariadne Conill
b817bdb999 multicall: move match_options to a common include 2020-08-11 22:12:37 -06:00
Ariadne Conill
b481db6c20 multicall: add support for unified option handling 2020-08-11 22:07:32 -06:00
Ariadne Conill
ebd04cafda commands: refactor applet_usage functions to take a status code (ref #16) 2020-08-11 20:44:04 -06:00
Ariadne Conill
f96a74f232 makefile: clarify some things 2020-08-11 20:40:22 -06:00
Ariadne Conill
41e9751ac0
Merge pull request #17 from AdelieLinux/full-clean
Makefile: Ensure built libs are removed in `clean`
2020-08-11 19:23:25 -06:00
Ariadne Conill
a547ab2825
Merge pull request #13 from AdelieLinux/bugurl
Makefile: Update bug reporting URL
2020-08-11 18:11:31 -06:00
A. Wilcox
ff65bd53b5
Makefile: Ensure built libs are removed in clean
This commit ensures that `${LIBIFUPDOWN_LIB}` is removed when `make
clean` is run.
2020-08-11 10:21:02 -05:00
A. Wilcox
b87a0df83d
Makefile: Update bug reporting URL
It should point to the GitHub organisation for ifupdown-ng.
2020-08-11 09:56:22 -05:00
Ariadne Conill
3205a89840 ifupdown-ng 0.7.0. 2020-08-04 13:20:26 -06:00
Ariadne Conill
5bf6c84464 add some helper stubs for split ifupdown1-addon setups 2020-08-04 13:18:36 -06:00
Ariadne Conill
d9fd545ad1 build: add infrastructure for installing stub executors
this enables the split setup with ifupdown1 addons and core
executors as will be implemented in Alpine 3.13.
2020-08-04 13:14:06 -06:00
Ariadne Conill
0de4a3f6f9 tests: add ifup/ifdown/ifquery tests for vlans 2020-08-04 13:08:30 -06:00
Ariadne Conill
b27caaedf6 tests: add mock vlan executor and vlan fixture 2020-08-04 12:38:05 -06:00
Ariadne Conill
072c1ea148 ifquery: build full dependency tree when in dot mode 2020-08-04 12:36:38 -06:00
Ariadne Conill
049af8b9fb interface: if an interface name contains a period, treat it as a vlan device 2020-08-04 12:29:31 -06:00
Ariadne Conill
66e6a09bbe ifupdown-ng 0.6.0. 2020-08-04 12:11:06 -06:00
Ariadne Conill
8b00727370 interfaces.5: note that we are compatible with legacy ifupdown1 syntax 2020-08-04 12:09:57 -06:00
Ariadne Conill
369f3ff3c2 interfaces.5: document inherit option 2020-08-04 12:08:58 -06:00
Ariadne Conill
49dd8942f2 tests: add inheritance tests
we only need to test ifquery, as this is just a merge
operation.
2020-08-04 12:06:39 -06:00
Ariadne Conill
8615cf62ef interface: properly sync parent-child state when inheriting 2020-08-04 12:01:06 -06:00
Ariadne Conill
df2519c1ec dict: cleanups 2020-08-04 11:59:36 -06:00
Ariadne Conill
0d6b9d5d17 build: fix "ln: file exists" that pops up sometimes 2020-08-04 11:48:55 -06:00
Ariadne Conill
6728d2febe interface: add inherit property when inheriting 2020-08-04 11:48:22 -06:00