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)
Tue, Apr 9, 10:54 PM
Unknown Object (File)
Wed, Apr 3, 6:06 PM
Unknown Object (File)
Mar 12 2024, 4:25 AM
Unknown Object (File)
Mar 12 2024, 4:25 AM
Unknown Object (File)
Mar 12 2024, 4:25 AM
Unknown Object (File)
Mar 8 2024, 4:55 AM
Unknown Object (File)
Jan 4 2024, 8:48 PM
Unknown Object (File)
Jan 4 2024, 8:44 PM
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.