summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2013-09-01 17:13:58 +0200
committerMichael Brown2013-09-03 03:02:58 +0200
commitc6a04085d25721a29af75beeb7c9c2e08a610cf2 (patch)
tree754695775f7c670fa395ea1a0782c06ccb8bd719 /src/include/ipxe/errfile.h
parent[tcpip] Pass through network device to transport layer protocols (diff)
downloadipxe-c6a04085d25721a29af75beeb7c9c2e08a610cf2.tar.gz
ipxe-c6a04085d25721a29af75beeb7c9c2e08a610cf2.tar.xz
ipxe-c6a04085d25721a29af75beeb7c9c2e08a610cf2.zip
[neighbour] Generalise concept of neighbour discovery
Split the protocol-independent portions of arp.c into a separate file neighbour.c, to allow for sharing of functionality between IPv4+ARP and IPv6+NDP. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index 801d579b..83675796 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -214,6 +214,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_nfs_open ( ERRFILE_NET | 0x00340000 )
#define ERRFILE_mount ( ERRFILE_NET | 0x00350000 )
#define ERRFILE_oncrpc_iob ( ERRFILE_NET | 0x00360000 )
+#define ERRFILE_neighbour ( ERRFILE_NET | 0x00370000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )