diff options
author | Eshenko Dmitriy <dmitriy.eshenko@vyos.io> | 2020-01-15 17:46:19 +0300 |
---|---|---|
committer | Kim <kim.sidney@gmail.com> | 2020-01-15 15:46:19 +0100 |
commit | c4e13e3337afb2443541c6e99569d19f57962cb7 (patch) | |
tree | 2cd15f0ba5ef8e7a837a70173c3ed1584def93be /sysconf | |
parent | 8c2bced5f041025f573754da253fb5e3a8b4814d (diff) | |
download | vyatta-cfg-system-c4e13e3337afb2443541c6e99569d19f57962cb7.tar.gz vyatta-cfg-system-c4e13e3337afb2443541c6e99569d19f57962cb7.zip |
T1935: Add missing new line (#118)
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/63-hyperv-vf-net.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconf/63-hyperv-vf-net.rules b/sysconf/63-hyperv-vf-net.rules index 4ee10fc1..b4dcb5a3 100644 --- a/sysconf/63-hyperv-vf-net.rules +++ b/sysconf/63-hyperv-vf-net.rules @@ -2,4 +2,4 @@ ATTR{[dmi/id]sys_vendor}!="Microsoft Corporation", GOTO="end_hyperv_nic" ACTION=="add", SUBSYSTEM=="net", DRIVERS=="hv_pci", NAME="vf_%k" -LABEL="end_hyperv_nic"
\ No newline at end of file +LABEL="end_hyperv_nic" |