pmlag

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

manpage.1.md (3842B)


      1 % ${NAME}(1) | General Commands Manual
      2 
      3 NAME
      4 ====
      5 
      6 ${NAME} - Poor man's link aggregator
      7 
      8 ${NAME} is a tool for bonding network interfaces together when the hardware on
      9 the other side of the cable(s) doesn't support it.
     10 
     11 SYNOPSIS
     12 ========
     13 
     14 `${NAME} [options]`
     15 
     16 OPTIONS
     17 =======
     18 
     19 | Option                          | Description                                                    |
     20 | ------------------------------- | -------------------------------------------------------------- |
     21 | ‐c <file>            | Select the config file to use (default: /etc/pmlag/pmlag.conf) |
     22 | ‐h | ‐‐help | Show basic usage of the utility                                |
     23 
     24 CONFIGURATION
     25 =============
     26 
     27 TODO
     28 
     29 LICENSE
     30 =======
     31 
     32 This program itself is licensed under A CUSTOM LICENSE
     33 EDIT THIS
     34 
     35 ---
     36 
     37 This project makes use of the following libraries, each of which having their
     38 own license. Please note that the licenses shown here may be out of date.
     39 
     40 - [benhoyt/inih](https://github.com/benhoyt/inih)
     41 
     42     The "inih" library is distributed under the New BSD license:
     43 
     44     Copyright (c) 2009, Ben Hoyt
     45     All rights reserved.
     46 
     47     Redistribution and use in source and binary forms, with or without
     48     modification, are permitted provided that the following conditions are met:
     49         * Redistributions of source code must retain the above copyright
     50           notice, this list of conditions and the following disclaimer.
     51         * Redistributions in binary form must reproduce the above copyright
     52           notice, this list of conditions and the following disclaimer in the
     53           documentation and/or other materials provided with the distribution.
     54         * Neither the name of Ben Hoyt nor the names of its contributors
     55           may be used to endorse or promote products derived from this software
     56           without specific prior written permission.
     57 
     58     THIS SOFTWARE IS PROVIDED BY BEN HOYT ''AS IS'' AND ANY
     59     EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     60     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
     61     DISCLAIMED. IN NO EVENT SHALL BEN HOYT BE LIABLE FOR ANY
     62     DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
     63     (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
     64     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
     65     ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     66     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
     67     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     68 
     69 - [cofyc/argparse](https://github.com/cofyc/argparse)
     70 
     71     The MIT License (MIT)
     72 
     73     Copyright (c) 2012-2013 Yecheng Fu <cofyc.jackson@gmail.com>
     74 
     75     Permission is hereby granted, free of charge, to any person obtaining a copy
     76     of this software and associated documentation files (the "Software"), to deal
     77     in the Software without restriction, including without limitation the rights
     78     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     79     copies of the Software, and to permit persons to whom the Software is
     80     furnished to do so, subject to the following conditions:
     81 
     82     The above copyright notice and this permission notice shall be included in
     83     all copies or substantial portions of the Software.
     84 
     85     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     86     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     87     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     88     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     89     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     90     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     91     THE SOFTWARE.