OpenBSD CVS

CVS log for src/share/man/man9/rt_ifa_add.9


[BACK] Up to [local] / src / share / man / man9

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Wed Feb 13 23:47:43 2019 UTC (5 years, 3 months ago) by dlg
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, 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, HEAD
Changes since 1.5: +20 -6 lines
Diff to previous 1.5 (colored)

change rt_ifa_add and rt_ifa_del so they take an rdomain argument.

this allows mpls interfaces (mpe, mpw) to pass the rdomain they
wish the local label to be in, rather than have it implicitly forced
to 0 by these functions. right now they'll pass 0, but it will soon
be possible to have them rx packets in other rdomains.

previously the functions used ifp->if_rdomain for the rdomain.
everything other than mpls still passes ifp->if_rdomain.

ok mpi@

Revision 1.5 / (download) - annotate - [select for diffs], Fri Oct 30 09:48:03 2015 UTC (8 years, 7 months ago) by bluhm
Branch: MAIN
CVS Tags: 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, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Rename rtrequest1() to rtrequest().
"make sure to update the manpage too" mpi@

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 24 12:43:54 2014 UTC (9 years, 6 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.3: +17 -15 lines
Diff to previous 1.3 (colored)

Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return an
error code on failure (unchecked for the moment).

ok mikeb@, jmc@

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 15 11:58:13 2014 UTC (9 years, 7 months ago) by mpi
Branch: MAIN
Changes since 1.2: +17 -15 lines
Diff to previous 1.2 (colored)

Use the terms "routing entry" or simply "entry" when talking about the
kernel representation of a network route.

While here add some missing headers in the SYNOPSIS.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 25 11:49:47 2014 UTC (10 years, 1 month ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Sync "struct rt_addrinfo" definition after removal of rti_ifp and kill
a trailing whitespace pointed by jmc@.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 10 13:47:21 2014 UTC (10 years, 1 month ago) by mpi
Branch: MAIN

Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage
connected routes to prefixes/hosts.

Since the introduction of rt_ifa_addloop(9) and rt_ifa_delloop(9),
rtinit() was just a wrapper, so use the underlying functions
directly and document them.

Inputs from and ok mikeb@, manpage tweaks from jmc@

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.