Skip to content

Commit 2dc4a8b

Browse files
committed
Add step to run netplan try
1 parent 7487e15 commit 2dc4a8b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs_versioned_docs/version-ros2jazzy/components/networking/_standard_clearpath_bridge_setup.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ After editing the file, run the following commands to apply the changes:
5252

5353
1. `sudo netplan --debug generate` -- this will verify your netplan configuration files and
5454
notify you if there are errors. Correct any errors before proceeding.
55-
2. `sudo netplan apply` -- this will apply the new configuration. Note that if you are logged in
55+
2. `sudo netplan try` -- this will try running the new configuration, but will automatically
56+
roll back if it doesn't work correctly.
57+
3. `sudo netplan apply` -- this will apply the new configuration. Note that if you are logged in
5658
over SSH from a remote computer you may lose your SSH connection if the active interface was
5759
modified.

docs_versioned_docs/version-ros2jazzy/ros/networking/computer_setup.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ network:
112112
Once you have edited the netplan configuration file, run the following two commands:
113113
1. `sudo netplan --debug generate` -- this will verify that the netplan configuration files can
114114
be read properly. Correct any errors before proceeding.
115-
2. `sudo netplan apply` -- this will apply the new configuration to your network interfaces.
115+
2. `sudo netplan try` -- this will try running the new configuration, but will automatically
116+
roll back if it doesn't work correctly.
117+
3. `sudo netplan apply` -- this will apply the new configuration to your network interfaces.
116118

117119
:::note
118120

0 commit comments

Comments
 (0)