pmlag

Poor man's link aggregation
git clone git://git.finwo.net/app/pmlag
Log | Files | Refs | LICENSE

config.h (258B)


      1 #ifndef __PMLAG_DAEMON_BOND_CONFIG_H__
      2 #define __PMLAG_DAEMON_BOND_CONFIG_H__
      3 
      4 #include <stdio.h>
      5 
      6 #include "finwo/cnfparse.h"
      7 
      8 struct cnf_directive * cfg_parse_bond(FILE *fd, struct cnf_directive *dir, void *user);
      9 
     10 #endif // __PMLAG_DAEMON_BOND_CONFIG_H__