ifupdown-ng/libifupdown
Maximilian Wilhelm 9ee3a874d4 Add support for bonding / LAGs.
* Add a bond executor
  * Add mappings from ifupdown1/2
  * Add a detailed man page
  * Remove legacy compatiblity glue for setups with 'requires' only

  The current implementation has to work around the fact that member interfaces
  will be already up then the bond is created. This is simply done by downing
  them, adding them to the bundle and upping them again. This can possible be
  done in a nicer way after revisiting the ordering of plugin execution (#12).

  Closes #91

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
2020-10-04 01:35:41 +02:00
..
config-file.c config-file: add missing default for implicit_template_conversion 2020-09-24 15:36:22 -06:00
config-file.h interface: make interface-to-template conversion a config option (defaulting to enabled) 2020-09-23 19:07:52 -06: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: cleanups 2020-08-04 11:59:36 -06:00
dict.h lifecycle: handle executors in reverse order when taking an interface down 2020-08-24 11:04:48 -06: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 Add support for bonding / LAGs. 2020-10-04 01:35:41 +02:00
interface-file.h add stub lif_interface_file_parse() 2020-07-18 18:02:25 -06:00
interface.c ifupdown: Don't configure errornous interfaces. 2020-09-25 02:15:16 +02:00
interface.h ifupdown: Don't configure errornous interfaces. 2020-09-25 02:15:16 +02:00
libifupdown.h libifupdown: add config file loader 2020-09-14 17:15:18 -06:00
lifecycle.c Add support for bonding / LAGs. 2020-10-04 01:35:41 +02: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: include limits.h 2020-09-09 13:27:34 -06:00
state.h libifupdown: introduce lif_state_ref_if() and lif_state_unref_if(). 2020-09-08 15:05:02 -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 ifquery --version 2020-07-18 19:09:08 -06:00
version.h add ifquery --version 2020-07-18 19:09:08 -06:00