rtems-libbsd/config.inc
Chris Johns 7e282d2506 rtemsbsd/nfs: Add support to mount NFSv2
- NFSv2 requires userland RPC calls to determine the version of
  NFS and the FH. This is passed to the kernel.

- Port more libc/rpc.

Update #4475
2021-09-02 08:45:12 +10:00

6 lines
151 B
HTML

NET_CFG_INTERFACE_0 = lo0
NET_CFG_SELF_IP = 192.168.0.10
NET_CFG_NETMASK = 255.255.0.0
NET_CFG_PEER_IP = 192.168.0.20
NET_CFG_GATEWAY_IP = 192.168.0.1