public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001929] New: Add flag indicating whether or not IPv6 stack has default router
@ 2014-01-20 16:09 bugzilla-daemon
  2014-01-20 16:13 ` [Bug 1001929] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-01-20 16:09 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001929

            Bug ID: 1001929
           Summary: Add flag indicating whether or not IPv6 stack has
                    default router
           Product: eCos
           Version: CVS
            Target: All
  Architecture/Host All
                OS:
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: TCP/IP
          Assignee: unassigned@bugs.ecos.sourceware.org
          Reporter: grant.b.edwards@gmail.com
                CC: ecos-bugs@ecos.sourceware.org

Created attachment 2396
  --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2396&action=edit
Add flag to indicate whether IPv6 def router has been found.

The IPv6 stack contains code to handle router announcements, but it does
not contain any code to send out router solicitations when such a router
announcement is needed in order to determine a default router.

This patch adds a globally visible flag 'cyg_netbsd_default_router_found'
that allows a user thread to decide whether or not to periodically send
such a router solicitation.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001929] Add flag indicating whether or not IPv6 stack has default router
  2014-01-20 16:09 [Bug 1001929] New: Add flag indicating whether or not IPv6 stack has default router bugzilla-daemon
@ 2014-01-20 16:13 ` bugzilla-daemon
  2014-01-20 16:27 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-01-20 16:13 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001929

Grant Edwards <grant.b.edwards@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2396|0                           |1
        is obsolete|                            |

--- Comment #1 from Grant Edwards <grant.b.edwards@gmail.com> ---
Created attachment 2397
  --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2397&action=edit
Add flag to indicate whether IPv6 def router has been found.

Bugzilla didn't recognize previous version of patch and wouldn't display diffs
for some reason. Trying again...

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001929] Add flag indicating whether or not IPv6 stack has default router
  2014-01-20 16:09 [Bug 1001929] New: Add flag indicating whether or not IPv6 stack has default router bugzilla-daemon
  2014-01-20 16:13 ` [Bug 1001929] " bugzilla-daemon
@ 2014-01-20 16:27 ` bugzilla-daemon
  2014-01-21 15:56 ` bugzilla-daemon
  2014-01-21 16:00 ` bugzilla-daemon
  3 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-01-20 16:27 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001929

Grant Edwards <grant.b.edwards@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2397|0                           |1
        is obsolete|                            |

--- Comment #2 from Grant Edwards <grant.b.edwards@gmail.com> ---
Created attachment 2398
  --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2398&action=edit
Add flag to indicate whether IPv6 def router has been found.

Patch to add a globally visible flag indicating whether or not the
stack has a default router so that user application code can know
when it needs to send a router solicitation message.

[This patch adds a Changelog entry that was missing from the initial
patch.  Since the Changelog entry includes the bug number, it can't
be included in an initial patch.]

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001929] Add flag indicating whether or not IPv6 stack has default router
  2014-01-20 16:09 [Bug 1001929] New: Add flag indicating whether or not IPv6 stack has default router bugzilla-daemon
  2014-01-20 16:13 ` [Bug 1001929] " bugzilla-daemon
  2014-01-20 16:27 ` bugzilla-daemon
@ 2014-01-21 15:56 ` bugzilla-daemon
  2014-01-21 16:00 ` bugzilla-daemon
  3 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-01-21 15:56 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001929

Grant Edwards <grant.b.edwards@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned@bugs.ecos.source |grant.b.edwards@gmail.com
                   |ware.org                    |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001929] Add flag indicating whether or not IPv6 stack has default router
  2014-01-20 16:09 [Bug 1001929] New: Add flag indicating whether or not IPv6 stack has default router bugzilla-daemon
                   ` (2 preceding siblings ...)
  2014-01-21 15:56 ` bugzilla-daemon
@ 2014-01-21 16:00 ` bugzilla-daemon
  3 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-01-21 16:00 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001929

Grant Edwards <grant.b.edwards@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001929] New: Add flag indicating whether or not IPv6 stack has default router
@ 2014-01-20 16:09 bugzilla-daemon
  0 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-01-20 16:09 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001929

            Bug ID: 1001929
           Summary: Add flag indicating whether or not IPv6 stack has
                    default router
           Product: eCos
           Version: CVS
            Target: All
  Architecture/Host All
                OS:
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: TCP/IP
          Assignee: unassigned@bugs.ecos.sourceware.org
          Reporter: grant.b.edwards@gmail.com
                CC: ecos-bugs@ecos.sourceware.org

Created attachment 2396
  --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2396&action=edit
Add flag to indicate whether IPv6 def router has been found.

The IPv6 stack contains code to handle router announcements, but it does
not contain any code to send out router solicitations when such a router
announcement is needed in order to determine a default router.

This patch adds a globally visible flag 'cyg_netbsd_default_router_found'
that allows a user thread to decide whether or not to periodically send
such a router solicitation.

-- 
You are receiving this mail because:
You are the assignee for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-21 16:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-20 16:09 [Bug 1001929] New: Add flag indicating whether or not IPv6 stack has default router bugzilla-daemon
2014-01-20 16:13 ` [Bug 1001929] " bugzilla-daemon
2014-01-20 16:27 ` bugzilla-daemon
2014-01-21 15:56 ` bugzilla-daemon
2014-01-21 16:00 ` bugzilla-daemon
  -- strict thread matches above, loose matches on Subject: below --
2014-01-20 16:09 [Bug 1001929] New: " bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).