aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWade Fife <wade.fife@ettus.com>2022-03-22 15:59:16 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2022-03-23 08:27:09 -0500
commit280089b3ee816c43f1af53fa6e827302b47aca5a (patch)
tree9ad9e828f48fe0130b039d623c2abb82f6e5e695
parenta120837195ebbd5c216cc10da8a075bf8a5b26f5 (diff)
downloaduhd-280089b3ee816c43f1af53fa6e827302b47aca5a.tar.gz
uhd-280089b3ee816c43f1af53fa6e827302b47aca5a.tar.bz2
uhd-280089b3ee816c43f1af53fa6e827302b47aca5a.zip
docs: Update sfp port config location
-rw-r--r--host/docs/usrp_e3xx.dox4
-rw-r--r--host/docs/usrp_n3xx.dox4
2 files changed, 4 insertions, 4 deletions
diff --git a/host/docs/usrp_e3xx.dox b/host/docs/usrp_e3xx.dox
index 82daee7d5..5ccafa3d1 100644
--- a/host/docs/usrp_e3xx.dox
+++ b/host/docs/usrp_e3xx.dox
@@ -443,7 +443,7 @@ The factory settings are as follows:
UseHostname=false
E320 has an extra SFP+ (sfp0) port which is configured with static address 192.168.10.2/24.
-The configuration for the sfp0 port is stored in /etc/systemd/networkd/sfp0.network.
+The configuration for the `sfp0` port is stored in `/data/network/sfp0.network`.
For configuration please refer to the
<a href=https://www.freedesktop.org/software/systemd/man/systemd.network.html>systemd-networkd manual pages</a>
@@ -462,7 +462,7 @@ The factory settings are as follows:
MTUBytes=9000
Note: Care needs to be taken when editing these files on the device, since
-vi / vim sometimes generates undo files (e.g. /etc/systemd/networkd/sfp0.network~),
+vi / vim sometimes generates undo files (e.g. `/data/network/sfp0.network~`),
that systemd-networkd might accidentally pick up.
Note: Temporarily setting the IP addresses via ifconfig etc will only change the
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