artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8fa401
)
remove duplicate RT_BUF_SIZE define
author
jsg
<jsg@openbsd.org>
Tue, 22 Oct 2024 22:50:49 +0000
(22:50 +0000)
committer
jsg
<jsg@openbsd.org>
Tue, 22 Oct 2024 22:50:49 +0000
(22:50 +0000)
usr.sbin/ripd/ripd.h
patch
|
blob
|
history
diff --git
a/usr.sbin/ripd/ripd.h
b/usr.sbin/ripd/ripd.h
index
93b6bb3
..
216d503
100644
(file)
--- a/
usr.sbin/ripd/ripd.h
+++ b/
usr.sbin/ripd/ripd.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: ripd.h,v 1.2
8 2021/01/19 10:28:07 claudio
Exp $ */
+/* $OpenBSD: ripd.h,v 1.2
9 2024/10/22 22:50:49 jsg
Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@
-45,7
+45,6
@@
#define READ_BUF_SIZE 65535
#define RT_BUF_SIZE 16384
-#define RT_BUF_SIZE 16384
#define MAX_RTSOCK_BUF (2 * 1024 * 1024)
#define RIPD_FLAG_NO_FIB_UPDATE 0x0001