Accepting request 587516 from home:kstreitova:branches:security:netfilter
- fix ExecStart/ExecStop path in ebtables.service [bnc#1085228] - Resolve conflict with iptables-nft and obtain ethertypes from new netcfg minor version. FATE#320520 OBS-URL: https://build.opensuse.org/request/show/587516 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ebtables?expand=0&rev=48
This commit is contained in:
parent
05f8f19615
commit
9a9f707031
@ -1,8 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 15 13:30:35 UTC 2018 - kstreitova@suse.com
|
||||
|
||||
- fix ExecStart/ExecStop path in ebtables.service [bnc#1085228]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 16:22:33 UTC 2018 - matthias.gerstner@suse.com
|
||||
|
||||
- Resolve conflict with iptables-nft and obtain ethertypes from new netcfg
|
||||
minor version. FATE#320520
|
||||
- Resolve conflict with iptables-nft and obtain ethertypes from new
|
||||
netcfg minor version. FATE#320520
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:37:47 UTC 2017 - rbrown@suse.com
|
||||
|
@ -4,8 +4,8 @@ Description=Ethernet Bridge Filtering tables
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/libexec/ebtables start
|
||||
ExecStop=/usr/libexec/ebtables stop
|
||||
ExecStart=/usr/lib/ebtables start
|
||||
ExecStop=/usr/lib/ebtables stop
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user