diff options
author | Wade Fife <wade.fife@ettus.com> | 2022-03-22 15:59:16 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-03-23 08:27:09 -0500 |
commit | 280089b3ee816c43f1af53fa6e827302b47aca5a (patch) | |
tree | 9ad9e828f48fe0130b039d623c2abb82f6e5e695 /host/docs/usrp_n3xx.dox | |
parent | a120837195ebbd5c216cc10da8a075bf8a5b26f5 (diff) | |
download | uhd-280089b3ee816c43f1af53fa6e827302b47aca5a.tar.gz uhd-280089b3ee816c43f1af53fa6e827302b47aca5a.tar.bz2 uhd-280089b3ee816c43f1af53fa6e827302b47aca5a.zip |
docs: Update sfp port config location
Diffstat (limited to 'host/docs/usrp_n3xx.dox')
-rw-r--r-- | host/docs/usrp_n3xx.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox index 8ee0d4627..db48899fe 100644 --- a/host/docs/usrp_n3xx.dox +++ b/host/docs/usrp_n3xx.dox @@ -305,7 +305,7 @@ and 192.168.20.2/24, respectively. Their default MTU value is 9000. These settings are independent of the image type (HG vs. XG), i.e., the defaults are the same for 1 GigE and 10 GigE (unlike the X310!). -The configuration for the sfpX port is stored in /etc/systemd/network/sfpX.network. +The configuration for the `sfpX` port is stored in `/data/network/sfpX.network`. For configuration please refer to the <a href=https://www.freedesktop.org/software/systemd/man/systemd.network.html>systemd-networkd manual pages</a> @@ -350,7 +350,7 @@ Additional notes on networking: - Care needs to be taken when editing these files on the device, since vi / vim sometimes generates undo files (e.g. - `/etc/systemd/network/sfp0.network~`), that systemd-networkd might + `/data/network/sfp0.network~`), that systemd-networkd might accidentally pick up. - Temporarily setting the IP addresses or MTU sizes via `ifconfig` or other command line tools will only change the value until the next reboot or reload |