ifupdown-ng/libifupdown
2020-11-04 21:53:42 -07:00
..
compat.c compat: Fix build failure. 2020-10-18 05:36:45 +02:00
compat.h Introduce an compatibility layer which is empty for now. 2020-10-18 03:26:40 +02:00
config-file.c config-file: add support for auto_executor_selection setting 2020-11-04 11:16:47 -07:00
config-file.h config-file: add support for auto_executor_selection setting 2020-11-04 11:16:47 -07:00
config-parser.c config parser: explicitly skip over comments 2020-09-15 05:48:54 -06:00
config-parser.h libifupdown: add abstract config parser implementation 2020-09-14 17:11:59 -06:00
dict.c dict: lif_dict_find() + lif_dict_find_all() do not touch the dict, so mark it const. 2020-10-14 01:39:31 +02:00
dict.h dict: lif_dict_find() + lif_dict_find_all() do not touch the dict, so mark it const. 2020-10-14 01:39:31 +02:00
environment.c environment: fix up memory accesses when building envp 2020-07-23 09:43:09 -06:00
environment.h libifupdown: add environment management routines 2020-07-23 05:30:25 -06:00
execute.c libifupdown: add interface being run for each executor 2020-09-09 15:50:16 -06:00
execute.h libifupdown: add interface being run for each executor 2020-09-09 15:50:16 -06:00
fgetline.c add fgetline(3) implementation 2020-07-18 18:13:54 -06:00
fgetline.h add fgetline(3) implementation 2020-07-18 18:13:54 -06:00
interface-file.c interface-file: if auto_executor_selection is disabled, don't guess what executors should be used 2020-11-04 11:18:40 -07:00
interface-file.h interface-file: break loops using lif_interface_file_parse_state.loaded dictionary 2020-10-14 04:07:14 -06:00
interface.c interface: learn hostname from uname(2) only if an interface requests the dhcp executor 2020-11-04 11:46:18 -07:00
interface.h interface: add lif_interface::is_explicit 2020-10-21 08:06:59 -06:00
libifupdown.h Introduce an compatibility layer which is empty for now. 2020-10-18 03:26:40 +02:00
lifecycle.c lifecycle: skip parent interfaces marked as explicitly configured when going down 2020-10-21 08:11:45 -06:00
lifecycle.h lifecycle: return the maximum tree depth for the dependency tree when counting depth 2020-09-09 18:12:13 -06:00
list.c list: refactor lif_list_free_nodes() a bit 2020-07-28 17:53:48 -04:00
list.h list: add LIF_LIST_FOREACH_REVERSE() 2020-08-24 11:03:18 -06:00
state.c state: explicitly check for explicit keyword when loading from the ifstate file 2020-10-21 09:13:34 -06:00
state.h state: add lif_state_record::is_explicit 2020-10-21 08:15:52 -06:00
tokenize.h tokenizer: split out equals-as-delimiter tokenizer to its own function 2020-09-14 17:34:44 -06:00
version.c Add myself to copyright notice in version information. 2020-10-06 04:43:12 +02:00
version.h add ifquery --version 2020-07-18 19:09:08 -06:00