Browse Source

Add noifupdown support

Salt states/network supports "noifupdown" as a parameter for each interface.
Adjust linux.network.interface by extending the "interface_params".

Change-Id: Ie23b1a361a452dd0410871acdd0483806fb0bd92
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
Signed-off-by: Guillermo Herrero <Guillermo.Herrero@enea.com>
pull/128/head
Michael Polenchuk 7 years ago
parent
commit
e3b1a9ec90
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      linux/map.jinja

+ 1
- 0
linux/map.jinja View File

@@ -114,6 +114,7 @@
'hashing-algorithm',
'hardware-dma-ring-rx',
'hwaddr',
'noifupdown',
] %}

{% set network = salt['grains.filter_by']({

Loading…
Cancel
Save