diff options
| author | 2005-03-29 17:26:35 +0000 | |
|---|---|---|
| committer | 2005-03-29 17:26:35 +0000 | |
| commit | 1d3a1c7d0115dea3fe628519fe4f0fee3b42f135 (patch) | |
| tree | 2dae05d4d2ecdd97db0e3123857a1c9dc41f5bcc /usr.sbin/ospfctl/ospfctl.c | |
| parent | Shrink struct label_t to the correct size; ok drahn@ a long time ago. (diff) | |
| download | wireguard-openbsd-1d3a1c7d0115dea3fe628519fe4f0fee3b42f135.tar.xz wireguard-openbsd-1d3a1c7d0115dea3fe628519fe4f0fee3b42f135.zip | |
The RFC never mentions anything about transfer, this should be transmit.
From Jason Ackley (thanks).
ok claudio@
Diffstat (limited to 'usr.sbin/ospfctl/ospfctl.c')
| -rw-r--r-- | usr.sbin/ospfctl/ospfctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfctl/ospfctl.c b/usr.sbin/ospfctl/ospfctl.c index 37648194368..518580da9d7 100644 --- a/usr.sbin/ospfctl/ospfctl.c +++ b/usr.sbin/ospfctl/ospfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfctl.c,v 1.10 2005/03/26 13:37:16 claudio Exp $ */ +/* $OpenBSD: ospfctl.c,v 1.11 2005/03/29 17:26:35 norby Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -293,7 +293,7 @@ show_interface_msg(struct imsg *imsg) inet_ntoa(iface->rtr_id), print_if_type(iface->type), iface->metric); printf(" Transmit delay is %d sec(s), state %s, priority %d\n", - iface->transfer_delay, print_if_state(iface->state), + iface->transmit_delay, print_if_state(iface->state), iface->priority); printf(" Designated Router (ID) %s, ", inet_ntoa(iface->dr_id)); |
