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.
Details
Details
- Reviewers
brooks - Group Reviewers
manpages - Commits
- rS286892: Serve /etc/eui64 via NIS.
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
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable