diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-02-20 06:35:12 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-05-20 06:11:42 +0200 |
commit | 0952850fb71c6cd9d49280ab75e7bf048950b1c0 (patch) | |
tree | 8971cd617336c2085599aeb270355235e9a9fdcc /src/conf_mode/host_name.py | |
parent | 78bfc0ec80067a30a8fe0aa94f16774e544ed67a (diff) | |
download | vyos-1x-0952850fb71c6cd9d49280ab75e7bf048950b1c0.tar.gz vyos-1x-0952850fb71c6cd9d49280ab75e7bf048950b1c0.zip |
T1255: add newlines for 3rd party script amendments
Diffstat (limited to 'src/conf_mode/host_name.py')
-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 = """ |