| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * AARP: An implementation of the AppleTalk AARP protocol for |
|---|
| 3 | 4 | * Ethernet 'ELAP'. |
|---|
| .. | .. |
|---|
| 13 | 14 | * Use neighbour discovery code. |
|---|
| 14 | 15 | * Token Ring Support. |
|---|
| 15 | 16 | * |
|---|
| 16 | | - * This program is free software; you can redistribute it and/or |
|---|
| 17 | | - * modify it under the terms of the GNU General Public License |
|---|
| 18 | | - * as published by the Free Software Foundation; either version |
|---|
| 19 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 20 | | - * |
|---|
| 21 | | - * |
|---|
| 22 | 17 | * References: |
|---|
| 23 | 18 | * Inside AppleTalk (2nd Ed). |
|---|
| 24 | 19 | * Fixes: |
|---|
| .. | .. |
|---|
| 26 | 21 | * Rob Newberry - Added proxy AARP and AARP proc fs, |
|---|
| 27 | 22 | * moved probing from DDP module. |
|---|
| 28 | 23 | * Arnaldo C. Melo - don't mangle rx packets |
|---|
| 29 | | - * |
|---|
| 30 | 24 | */ |
|---|
| 31 | 25 | |
|---|
| 32 | 26 | #include <linux/if_arp.h> |
|---|