Sat Jan 2 19:50:42 2021 UTC ()
route(8): don't split -blackhole and -noblackhole.


(uwe)
diff -r1.62 -r1.63 src/sbin/route/route.8

cvs diff -r1.62 -r1.63 src/sbin/route/route.8 (expand / switch to unified diff)

--- src/sbin/route/route.8 2020/08/29 19:27:08 1.62
+++ src/sbin/route/route.8 2021/01/02 19:50:42 1.63
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: route.8,v 1.62 2020/08/29 19:27:08 christos Exp $ 1.\" $NetBSD: route.8,v 1.63 2021/01/02 19:50:42 uwe Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1991, 1993 3.\" Copyright (c) 1983, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -289,28 +289,28 @@ can be overridden by making sure this op @@ -289,28 +289,28 @@ can be overridden by making sure this op
289is also available for similar purpose, in IPv4 and IPv6 case. 289is also available for similar purpose, in IPv4 and IPv6 case.
290.Pp 290.Pp
291Routes have associated flags which influence operation of the protocols 291Routes have associated flags which influence operation of the protocols
292when sending to destinations matched by the routes. 292when sending to destinations matched by the routes.
293These flags are displayed using the following ID characters in the routing 293These flags are displayed using the following ID characters in the routing
294display and may be set (or sometimes cleared) 294display and may be set (or sometimes cleared)
295by indicating the following corresponding modifiers: 295by indicating the following corresponding modifiers:
296.Bl -column "ID" "xnoblackhole" "xRTF_BLACKHOLE" "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 296.Bl -column "ID" "xnoblackhole" "xRTF_BLACKHOLE" "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
297.It Sy "ID" Ta Sy "Modifier" Ta Sy " Flag Bit" Ta Sy "Description" 297.It Sy "ID" Ta Sy "Modifier" Ta Sy " Flag Bit" Ta Sy "Description"
298.It Li " " Ta -iface Ta ~RTF_GATEWAY Ta destination is directly reachable 298.It Li " " Ta -iface Ta ~RTF_GATEWAY Ta destination is directly reachable
299.It Li 1 Ta -proto1 Ta " RTF_PROTO1" Ta set protocol specific flag #1 299.It Li 1 Ta -proto1 Ta " RTF_PROTO1" Ta set protocol specific flag #1
300.It Li 2 Ta -proto2 Ta " RTF_PROTO2" Ta set protocol specific flag #2 300.It Li 2 Ta -proto2 Ta " RTF_PROTO2" Ta set protocol specific flag #2
301.It Li B Ta -blackhole Ta " RTF_BLACKHOLE" Ta discard pkts (during updates) 301.It Li B Ta -blackhole Ta " RTF_BLACKHOLE" Ta discard pkts (during updates)
302.It Li b Ta "" Ta " RTF_BROADCAST" Ta Route represents a broadcast address 
303.It Li " " Ta -noblackhole Ta ~RTF_BLACKHOLE Ta clear blackhole flag 302.It Li " " Ta -noblackhole Ta ~RTF_BLACKHOLE Ta clear blackhole flag
 303.It Li b Ta "" Ta " RTF_BROADCAST" Ta Route represents a broadcast address
304.It Li C Ta -cloning Ta " RTF_CLONING" Ta (deprecated) same as 304.It Li C Ta -cloning Ta " RTF_CLONING" Ta (deprecated) same as
305.Fl connected 305.Fl connected
306.It Li " " Ta -nocloning Ta ~RTF_CLONING Ta (deprecated) same as 306.It Li " " Ta -nocloning Ta ~RTF_CLONING Ta (deprecated) same as
307.Fl noconnected 307.Fl noconnected
308.It Li C Ta -connected Ta " RTF_CONNECTED" Ta treat as a connected route 308.It Li C Ta -connected Ta " RTF_CONNECTED" Ta treat as a connected route
309.It Li " " Ta -noconnected Ta ~RTF_CONNECTED Ta stop treating a connected route 309.It Li " " Ta -noconnected Ta ~RTF_CONNECTED Ta stop treating a connected route
310.It Li D Ta "" Ta " RTF_DYNAMIC" Ta created dynamically (redirect) 310.It Li D Ta "" Ta " RTF_DYNAMIC" Ta created dynamically (redirect)
311.It Li G Ta "" Ta " RTF_GATEWAY" Ta forwarded to dest by intermediary 311.It Li G Ta "" Ta " RTF_GATEWAY" Ta forwarded to dest by intermediary
312.It Li H Ta "" Ta " RTF_HOST" Ta host entry (net otherwise) 312.It Li H Ta "" Ta " RTF_HOST" Ta host entry (net otherwise)
313.It Li L Ta "" Ta " RTF_LLDATA" Ta local link, generated by ARP or NDP 313.It Li L Ta "" Ta " RTF_LLDATA" Ta local link, generated by ARP or NDP
314.It Li l Ta "" Ta " RTF_LOCAL" Ta Route represents a local address 314.It Li l Ta "" Ta " RTF_LOCAL" Ta Route represents a local address
315.It Li M Ta "" Ta " RTF_MODIFIED" Ta modified dynamically (redirect) 315.It Li M Ta "" Ta " RTF_MODIFIED" Ta modified dynamically (redirect)
316.It Li p Ta -proxy Ta " RTF_ANNOUNCE" Ta make entry a link level proxy 316.It Li p Ta -proxy Ta " RTF_ANNOUNCE" Ta make entry a link level proxy