@@ -54,7 +54,9 @@ Currently supported models:
54
54
- [ infix-hardware] [ ] : Deviations and augments
55
55
- [ ietf-system] [ ] :
56
56
- ** augments:**
57
- - MotD (Message of the Day)
57
+ - Message of the Day (MotD) banner, shown after SSH or console login.
58
+ Please note: the legacy `motd` has been replaced with `motd-banner` os
59
+ of v24.02. Use CLI `text-editor` to modify the latter
58
60
- User login shell, default: `/bin/false` (no SSH or console login)
59
61
- State information for remotely querying firmware version information
60
62
- ** deviations:**
@@ -169,7 +171,15 @@ Currently supported models:
169
171
- Configurable route metrics, by default metric 100 to allow static routes
170
172
to win over DHCP routes, useful for backup DHCP connections
171
173
- IETF Hardware data: added YANG model for vital product data representation,
172
- and augments for initial USB support
174
+ and augments for initial USB support (enable/disable)
175
+ - IETF System:
176
+ - the ` motd ` augment in ` infix-system.yang ` for * Message of the Day* has
177
+ been marked as obsolete and replaced with ` motd-banner ` . The new setting
178
+ is of type * binary* and allows control codes and multi-line content to be
179
+ stored. The legacy ` motd ` will remain for the foreseeable future and
180
+ takes precedence over the new ` motd-banner ` setting
181
+ - new ` text-editor ` augment in ` infix-system.yang ` to select the backend for
182
+ the new ` text-editor ` command: ` emacs ` , ` nano ` , or ` vi `
173
183
- Many updates to the test system, * Infamy* , incl. new Quick Start Guide in
174
184
updated ` doc/testing.md ` to help new developers get started
175
185
- Add ` htop ` to default builds, useful for observing and attaching (strace)
@@ -182,7 +192,13 @@ Currently supported models:
182
192
an interactive password dialog, including confirmation entry. The resulting
183
193
password is by default salted and hashed using sha512crypt
184
194
- CLI: new command ` text-editor ` , for use with binary fields, e.g., ` content `
185
- for file mounts in containers, or SSH authorized (public) keys (` key-data ` )
195
+ for file mounts in containers, or the new ` motd-banner ` :
196
+
197
+ admin@infix-c0-ff-ee:/config/system/> text-editor motd-banner
198
+ ... exit with Ctrl-x Ctrl-c ...
199
+ admin@infix-c0-ff-ee:/config/system/> show
200
+ motd-banner VGhpcyByZWxlYXNlIHdhcyBzcG9uc29yZWQgYnkgQWRkaXZhIEVsZWt0cm9uaWsK;
201
+
186
202
- CLI: new admin-exec command ` show ntp [sources] `
187
203
- CLI: new admin-exec command ` show dns ` to display DNS client status
188
204
- CLI: new admin-exec command ` show ospf [subcommand] `
0 commit comments