Page MenuHomeFreeBSD

Serve /etc/eui64 via NIS
ClosedPublic

Authored by asomers on Aug 17 2015, 10:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 27, 3:08 AM
Unknown Object (File)
Nov 22 2024, 12:07 PM
Unknown Object (File)
Nov 18 2024, 9:06 AM
Unknown Object (File)
Nov 14 2024, 7:06 AM
Unknown Object (File)
Nov 2 2024, 7:45 AM
Unknown Object (File)
Oct 29 2024, 11:40 PM
Unknown Object (File)
Oct 5 2024, 4:32 PM
Unknown Object (File)
Oct 4 2024, 7:49 AM
Subscribers

Details

Reviewers
brooks
Group Reviewers
manpages
Commits
rS286892: Serve /etc/eui64 via NIS.
Summary

The C library already knows how to lookup eui64 entries from NIS. For
example, fwcontrol(8) does this. But /var/yp/Makefile.dist doesn't build the
eui64 maps, and ypinit(8) doesn't push them to slaves. This change fixes that.

Test Plan

Create an /etc/eui64 file on an NIS server. run "make -C /var/yp".
Then run "ypcat eui64.byname" and "ypcat eui64.byid" from an NIS client.
Verify that the output looks sane.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

asomers retitled this revision from to Serve /etc/eui64 via NIS.
asomers updated this object.
asomers edited the test plan for this revision. (Show Details)
asomers added a reviewer: brooks.
wblock added inline comments.
usr.sbin/ypserv/ypinit.8
33 ↗(On Diff #8016)

Remember to update .Dd.

brooks edited edge metadata.

Looks good to me

This revision is now accepted and ready to land.Aug 18 2015, 9:48 AM
This revision was automatically updated to reflect the committed changes.