[Bug 254055] route6d Issues

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 6 07:17:35 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254055

            Bug ID: 254055
           Summary: route6d Issues
           Product: Base System
           Version: 12.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: bugs at FreeBSD.org
          Reporter: bc979 at lafn.org

1.  When using route6d with the -R argument, it creates the file, but does not
add anything to it for either deletes of addresses or adds of addresses using
ifconfig.

2.  Deleting an address using ifconfig does not result in the removal of that
address from the RIPng distribution.

To recreate this problem, start route6d with the -R argument.  Monitor the RIP
packets sent.  Then add a new address to some port using ifconfig.  For
example,

ifconfig ue0 inet6 2001:600::205/64

The new address will be immediately included in the next RIPng packet. 
However, there is nothing logged in the log file.

Then, delete that address using ifconfig.  For example

ifconfig ue0 inet6 2001:600::205/64 delete

That address will continue to be included in the RIPng packets although it has
been removed from the ifconfig ue0 output.  Also, there is no entry in the log
either.

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


More information about the freebsd-bugs mailing list