ebtables/ebtables.service
Kristyna Streitova 9a9f707031 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
2018-03-15 13:39:58 +00:00

12 lines
200 B
Desktop File

[Unit]
Description=Ethernet Bridge Filtering tables
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/lib/ebtables start
ExecStop=/usr/lib/ebtables stop
[Install]
WantedBy=multi-user.target