summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold/dump.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-08-08 16:42:37 +0000
committerume <ume@FreeBSD.org>2003-08-08 16:42:37 +0000
commit02ba92cc973152efd707c7e8e1c3b17091ddb26e (patch)
tree099a5ddb0139b1572c5cc2a9d1f4dc52af700a65 /usr.sbin/rtsold/dump.c
parent52b4a696e076a7e2fb7dd05bd2f6feec997189cd (diff)
downloadFreeBSD-src-02ba92cc973152efd707c7e8e1c3b17091ddb26e.zip
FreeBSD-src-02ba92cc973152efd707c7e8e1c3b17091ddb26e.tar.gz
Process the "O bit."
If the value of OtherConfigFlag changes from FALSE to TRUE, the host should invoke the stateful autoconfiguration protocol, requesting information. [RFC 2462 Section 5.5.3] Obtained from: KAME MFC after: 1 week
Diffstat (limited to 'usr.sbin/rtsold/dump.c')
-rw-r--r--usr.sbin/rtsold/dump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/rtsold/dump.c b/usr.sbin/rtsold/dump.c
index 7915d92..56f8afc 100644
--- a/usr.sbin/rtsold/dump.c
+++ b/usr.sbin/rtsold/dump.c
@@ -76,6 +76,8 @@ dump_interface_status()
}
fprintf(fp, " interface status: %s\n",
ifinfo->active > 0 ? "active" : "inactive");
+ fprintf(fp, " other config: %s\n",
+ ifinfo->otherconfig ? "on" : "off");
fprintf(fp, " rtsold status: %s\n", ifstatstr[ifinfo->state]);
fprintf(fp, " carrier detection: %s\n",
ifinfo->mediareqok ? "available" : "unavailable");
OpenPOWER on IntegriCloud