diff --git a/ebtables.changes b/ebtables.changes index 87698aa..2d5f1b4 100644 --- a/ebtables.changes +++ b/ebtables.changes @@ -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 diff --git a/ebtables.service b/ebtables.service index 94268c9..206312d 100644 --- a/ebtables.service +++ b/ebtables.service @@ -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