blob: 48cdf3a49a7d745ff50dc9ad1e7ca90ebd3c8afc [file] [log] [blame]
Matan Barak73b5a6f22015-04-26 15:55:57 +03001/*
2 * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
3 *
4 * Portions are (c) Copyright 1995 Simon "Guru Aleph-Null" Janes
5 * NCM: Network and Communications Management, Inc.
6 *
7 * BUT, I'm the one who modified it for ethernet, so:
8 * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov
9 *
10 * This software may be used and distributed according to the terms
11 * of the GNU Public License, incorporated herein by reference.
12 *
13 */
14
15#ifndef _BONDING_PRIV_H
16#define _BONDING_PRIV_H
Leon Romanovsky1c790312020-04-19 17:18:47 +030017#include <generated/utsrelease.h>
Matan Barak73b5a6f22015-04-26 15:55:57 +030018
Matan Barak73b5a6f22015-04-26 15:55:57 +030019#define DRV_NAME "bonding"
20#define DRV_DESCRIPTION "Ethernet Channel Bonding Driver"
21
Leon Romanovsky2b526b52020-02-24 10:52:54 +020022#define bond_version DRV_DESCRIPTION ": v" UTS_RELEASE "\n"
Matan Barak73b5a6f22015-04-26 15:55:57 +030023
24#endif