diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-02-20 06:35:12 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-02-20 06:35:12 +0100 |
commit | 652fe81ad82ad962ab163bc95ecbeeab0f3d391d (patch) | |
tree | 85db0fc61f48ea8257090d235ae7a49a62c43c9c /src | |
parent | af63311f7a0dccd4abdae1bdc139c3fe4613249c (diff) | |
download | vyos-1x-652fe81ad82ad962ab163bc95ecbeeab0f3d391d.tar.gz vyos-1x-652fe81ad82ad962ab163bc95ecbeeab0f3d391d.zip |
T1255: add newlines for 3rd party script amendments
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/host_name.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/conf_mode/host_name.py b/src/conf_mode/host_name.py index c7b87f1c3..4eedac408 100755 --- a/src/conf_mode/host_name.py +++ b/src/conf_mode/host_name.py @@ -44,6 +44,10 @@ fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters + +### modifications from other scripts should be added below + + """ config_tmpl_resolv = """ |