pmlag

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

commit 2d278f9f4074b494c889193839a1a310db3af20f
parent 493b6d4a075d4a4386ecd1782eb7e6260ee7bf46
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Thu, 16 Mar 2023 23:21:08 +0100

Removed old compiled html file

Diffstat:
Dpmlag.html | 290-------------------------------------------------------------------------------
1 file changed, 0 insertions(+), 290 deletions(-)

diff --git a/pmlag.html b/pmlag.html @@ -1,290 +0,0 @@ -<!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> -<head> - <meta charset="utf-8" /> - <meta name="generator" content="pandoc" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> - <title>pmlag(1) | General Commands Manual</title> - <style> - html { - line-height: 1.5; - font-family: Georgia, serif; - font-size: 20px; - color: #1a1a1a; - background-color: #fdfdfd; - } - body { - margin: 0 auto; - max-width: 36em; - padding-left: 50px; - padding-right: 50px; - padding-top: 50px; - padding-bottom: 50px; - hyphens: auto; - overflow-wrap: break-word; - text-rendering: optimizeLegibility; - font-kerning: normal; - } - @media (max-width: 600px) { - body { - font-size: 0.9em; - padding: 1em; - } - h1 { - font-size: 1.8em; - } - } - @media print { - body { - background-color: transparent; - color: black; - font-size: 12pt; - } - p, h2, h3 { - orphans: 3; - widows: 3; - } - h2, h3, h4 { - page-break-after: avoid; - } - } - p { - margin: 1em 0; - } - a { - color: #1a1a1a; - } - a:visited { - color: #1a1a1a; - } - img { - max-width: 100%; - } - h1, h2, h3, h4, h5, h6 { - margin-top: 1.4em; - } - h5, h6 { - font-size: 1em; - font-style: italic; - } - h6 { - font-weight: normal; - } - ol, ul { - padding-left: 1.7em; - margin-top: 1em; - } - li > ol, li > ul { - margin-top: 0; - } - blockquote { - margin: 1em 0 1em 1.7em; - padding-left: 1em; - border-left: 2px solid #e6e6e6; - color: #606060; - } - code { - font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace; - font-size: 85%; - margin: 0; - } - pre { - margin: 1em 0; - overflow: auto; - } - pre code { - padding: 0; - overflow: visible; - overflow-wrap: normal; - } - .sourceCode { - background-color: transparent; - overflow: visible; - } - hr { - background-color: #1a1a1a; - border: none; - height: 1px; - margin: 1em 0; - } - table { - margin: 1em 0; - border-collapse: collapse; - width: 100%; - overflow-x: auto; - display: block; - font-variant-numeric: lining-nums tabular-nums; - } - table caption { - margin-bottom: 0.75em; - } - tbody { - margin-top: 0.5em; - border-top: 1px solid #1a1a1a; - border-bottom: 1px solid #1a1a1a; - } - th { - border-top: 1px solid #1a1a1a; - padding: 0.25em 0.5em 0.25em 0.5em; - } - td { - padding: 0.125em 0.5em 0.25em 0.5em; - } - header { - margin-bottom: 4em; - text-align: center; - } - #TOC li { - list-style: none; - } - #TOC ul { - padding-left: 1.3em; - } - #TOC > ul { - padding-left: 0; - } - #TOC a:not(:hover) { - text-decoration: none; - } - code{white-space: pre-wrap;} - span.smallcaps{font-variant: small-caps;} - span.underline{text-decoration: underline;} - div.column{display: inline-block; vertical-align: top; width: 50%;} - div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} - .display.math{display: block; text-align: center; margin: 0.5rem auto;} - </style> - <!--[if lt IE 9]> - <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> - <![endif]--> -</head> -<body> -<header id="title-block-header"> -<h1 class="title">pmlag(1) | General Commands Manual</h1> -</header> -<h1 id="name">NAME</h1> -<p>pmlag - Poor man’s link aggregator</p> -<p>pmlag is a tool for bonding network interfaces together when the -hardware on the other side of the cable(s) doesn’t support it.</p> -<h1 id="synopsis">SYNOPSIS</h1> -<p><code>pmlag [options]</code></p> -<h1 id="options">OPTIONS</h1> -<table> -<colgroup> -<col style="width: 50%" /> -<col style="width: 50%" /> -</colgroup> -<thead> -<tr class="header"> -<th>Option</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr class="odd"> -<td>‐c &lt;file&gt;</td> -<td>Select the config file to use (default: /etc/pmlag/pmlag.ini)</td> -</tr> -<tr class="even"> -<td></td> -<td></td> -</tr> -<tr class="odd"> -<td>‐h | ‐‐help</td> -<td>Show basic usage of the utility</td> -</tr> -</tbody> -</table> -<h1 id="configuration">CONFIGURATION</h1> -<p>TODO</p> -<h1 id="license">LICENSE</h1> -<p>This program itself is licensed under the MIT license:</p> -<p>Copyright 2023 finwo</p> -<p>Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -“Software”), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions:</p> -<p>The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> -<hr /> -<p>This project makes use of the following libraries, each of which -having their own license. Please note that the licenses shown here may -be out of date.</p> -<ul> -<li><p><a href="https://github.com/benhoyt/inih">benhoyt/inih</a></p> -<p>The “inih” library is distributed under the New BSD license:</p> -<p>Copyright (c) 2009, Ben Hoyt All rights reserved.</p> -<p>Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. * -Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. * -Neither the name of Ben Hoyt nor the names of its contributors may be -used to endorse or promote products derived from this software without -specific prior written permission.</p> -<p>THIS SOFTWARE IS PROVIDED BY BEN HOYT ‘’AS IS’’ AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL BEN HOYT BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE.</p></li> -<li><p><a -href="https://github.com/cofyc/argparse">cofyc/argparse</a></p> -<p>The MIT License (MIT)</p> -<p>Copyright (c) 2012-2013 Yecheng Fu <a -href="mailto:cofyc.jackson@gmail.com" -class="email">cofyc.jackson@gmail.com</a></p> -<p>Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -“Software”), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions:</p> -<p>The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p></li> -<li><p><a href="https://github.com/finwo/c-mindex">finwo/mindex</a></p> -<p>Copyright 2023 finwo</p> -<p>Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -“Software”), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions:</p> -<p>The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software.</p> -<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p></li> -</ul> -</body> -</html>