vyos@vyos# show system login banner
>post-login ""
vyos@vyos# commit
[ system login banner ]
Traceback (most recent call last):
File "/usr/libexec/vyos/conf_mode/system-login-banner.py", line 85, in <module>
c = get_config()
File "/usr/libexec/vyos/conf_mode/system-login-banner.py", line 52, in get_config
tmp = tmp.replace('\\n','\n')
AttributeError: 'NoneType' object has no attribute 'replace'Description
Description
Details
Details
- Version
- 1.3-rolling-202003031741
- Is it a breaking change?
- Unspecified (possibly destroys the router)
Related Objects
Related Objects
- Mentioned In
- T1928: Is the 'Welcome to VyOS' message when using SSH an information leak?
T2135: Login banner missing spacing now
rVYOSONEX28ff7570f117: banner: T2099: accept empty pre-/post-login banner
rVYOSONEX10ef1bb6c4a8: Merge branch 't31-vrf' of github.com:c-po/vyos-1x into current
rVYOSONEX94527843ecbf: templates: T2099: make op-mode path completion helper working