summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/ripd.h
diff options
context:
space:
mode:
authormichele <michele@openbsd.org>2009-07-07 12:07:23 +0000
committermichele <michele@openbsd.org>2009-07-07 12:07:23 +0000
commiteeac0a09c72b64bd720e89e93849fdb805092fc7 (patch)
tree0441509b62ac8f0e82ba628de2e9c6865bd01b43 /usr.sbin/ripd/ripd.h
parentWhen adding or changing a MPLS route, add RTF_MPLS flag to (diff)
downloadwireguard-openbsd-eeac0a09c72b64bd720e89e93849fdb805092fc7.tar.xz
wireguard-openbsd-eeac0a09c72b64bd720e89e93849fdb805092fc7.zip
Make ripd(8) aware of MPLS routes.
ok claudio@
Diffstat (limited to 'usr.sbin/ripd/ripd.h')
-rw-r--r--usr.sbin/ripd/ripd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ripd/ripd.h b/usr.sbin/ripd/ripd.h
index aebb9c8c0f7..94b7045bb3e 100644
--- a/usr.sbin/ripd/ripd.h
+++ b/usr.sbin/ripd/ripd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ripd.h,v 1.15 2009/06/06 18:31:42 pyr Exp $ */
+/* $OpenBSD: ripd.h,v 1.16 2009/07/07 12:07:23 michele Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -59,6 +59,7 @@
#define F_REDISTRIBUTED 0x0100
#define F_REJECT 0x0200
#define F_BLACKHOLE 0x0400
+#define F_LDPD_INSERTED 0x0800
#define REDISTRIBUTE_ON 0x01