We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf15306 commit 400d282Copy full SHA for 400d282
README.md
@@ -19,6 +19,5 @@ Check the [template-values.yaml](template-values.yaml) file to see examples for
19
20
### Limitations
21
22
-Open source SONiC does not support configuring LLDP.
23
-To enable configuring the LLDP `hello_time` a patch was added to our build.
24
-However, for the LLDP config to become effective the `lldp` container needs to be restarted, e.g. with `systemctl restart lldp` or `config reload -y`.
+When configuring LLDP `hello_time`, a simple `config load` is not enough.
+The lldp container needs to be restarted for the change to become effective, either with `systemctl restart lldp` or with `config reload`.
0 commit comments