OpenBSD CVS

CVS log for src/usr.sbin/ldpd/ldpd.8


[BACK] Up to [local] / src / usr.sbin / ldpd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Thu Mar 2 17:09:53 2023 UTC (15 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

improve the Nd lines such that the format is consistent for the
various *d, *conf, *ctl files (where relevant) and simple;

also makes "man -k routing" more useful;

help from claudio and florian
ok claudio florian millert

Revision 1.21 / (download) - annotate - [select for diffs], Sat Mar 4 00:15:35 2017 UTC (7 years, 3 months ago) by renato
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.20: +11 -1 lines
Diff to previous 1.20 (colored)

Implement RFC 5919 (LDP End-of-LIB).

Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 4 00:12:26 2017 UTC (7 years, 3 months ago) by renato
Branch: MAIN
Changes since 1.19: +10 -1 lines
Diff to previous 1.19 (colored)

Implement RFC 6667 (Typed Wildcard FEC for PWid).

Revision 1.19 / (download) - annotate - [select for diffs], Sat Mar 4 00:09:17 2017 UTC (7 years, 3 months ago) by renato
Branch: MAIN
Changes since 1.18: +11 -2 lines
Diff to previous 1.18 (colored)

Implement RFC 5918 (Typed Wildcard FEC).

Revision 1.18 / (download) - annotate - [select for diffs], Sat Mar 4 00:06:10 2017 UTC (7 years, 3 months ago) by renato
Branch: MAIN
Changes since 1.17: +13 -2 lines
Diff to previous 1.17 (colored)

Implement RFC 5561 (LDP Capabilities).

This patch per-se doesn't introduce any useful functionality, but prepares
the ground for new enhancements to ldpd (i.e. implementation of new RFCs
that make use of LDP capabilities).

Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 3 23:30:57 2017 UTC (7 years, 3 months ago) by renato
Branch: MAIN
Changes since 1.16: +5 -2 lines
Diff to previous 1.16 (colored)

Allow to specify an alternate control socket.

This is required to run multiple instances of ldpd.

OK claudio@

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jul 1 23:14:31 2016 UTC (7 years, 11 months ago) by renato
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.15: +9 -1 lines
Diff to previous 1.15 (colored)

Add GTSM support (RFC 6720).

This also finishes the missing bits from our RFC 7552 implementation
because GTSM is mandatory for LDPv6.

To avoid any kind of interoperability problems, I included a few
knobs to enable/disable GTSM on a per-address-family and per-neighbor
basis. Cisco's LDPv6 implementation, for instance, doesn't support GTSM.

"reads good" claudio@

Revision 1.15 / (download) - annotate - [select for diffs], Mon May 23 19:14:03 2016 UTC (8 years ago) by renato
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Update copyright information.

Revision 1.14 / (download) - annotate - [select for diffs], Mon May 23 18:58:48 2016 UTC (8 years ago) by renato
Branch: MAIN
Changes since 1.13: +13 -2 lines
Diff to previous 1.13 (colored)

Add support for IPv6 (RFC 7552).

This includes:
* Full compliance to RFC 7552;
* Support for MD5 on LDPov6 sessions;
* Support for pseudowires over IPv6 LSPs (we're probably the world's
  first implementation doing this);
* Support for the IPv6 explicit-null label;
* Knob to specify the prefered address-family for TCP transport
  connections;
* Knob to use cisco non-compliant format to send and interpret the
  Dual-Stack capability TLV.

Revision 1.13 / (download) - annotate - [select for diffs], Mon May 23 17:43:42 2016 UTC (8 years ago) by renato
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Fix mess caused by my commit script.

I screwed up everything... trying to fix now.

Revision 1.12 / (download) - annotate - [select for diffs], Mon May 23 15:05:58 2016 UTC (8 years ago) by renato
Branch: MAIN
Changes since 1.11: +31 -2 lines
Diff to previous 1.11 (colored)

Update section of supported standards in the manpage.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 27 17:28:39 2015 UTC (8 years, 10 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

use file system path (.Pa) semantic markup macros where appropriate.

ok jmc@

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 4 14:35:23 2013 UTC (10 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

some very minor tweaking;

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 4 02:30:35 2013 UTC (11 years ago) by ian
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

Tiny typo. "Just commit" -- claudio@

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 23 01:32:10 2013 UTC (11 years ago) by tedu
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

.Xr mpe and ldpd for interested parties. ok deraadt

Revision 1.7 / (download) - annotate - [select for diffs], Wed Sep 26 16:19:45 2012 UTC (11 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored)

last stage of rfc changes, using consistent Rs/Re blocks, and moving the
references into a STANDARDS section;

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 29 20:15:19 2012 UTC (11 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.5: +11 -5 lines
Diff to previous 1.5 (colored)

rfc 5036 obsoletes rfc 3036; ok claudio

Revision 1.5 / (download) - annotate - [select for diffs], Mon May 24 19:44:23 2010 UTC (14 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.4: +3 -5 lines
Diff to previous 1.4 (colored)

now that we can handle >9 args, put "-D name=value" on one line: it's a bit
more readable, and fixes a spacing bug we had in smtpd.8;

Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 24 07:40:58 2010 UTC (14 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

sort SEE ALSO;

Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 23 21:30:40 2010 UTC (14 years, 3 months ago) by schwarze
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,
in these cases, is useless anyway.
Found by and fixing the build with mandoc;
still fine with both old and new groff.
ok jmc@

Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 27 16:22:15 2009 UTC (14 years, 7 months ago) by sobrado
Branch: MAIN
Changes since 1.1: +4 -3 lines
Diff to previous 1.1 (colored)

write UNIX-domain in a more consistent way.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jun 1 20:59:45 2009 UTC (15 years ago) by michele
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6

Welcome ldpd, the Label Distribution Protocol daemon.
Built using the imsg/three process framework, its main aim
is to redistribute MPLS labels between peers.

Right now it has some really basic functionalities,
the basic protocol works and peers are able to exchange
labels and insert them in the kernel.
It still does not react to changes of topology.

Not yet connected to the builds.

ok claudio@ deraadt@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.