]> git.pld-linux.org Git - packages/iptables.git/commitdiff
- updated ebtables todo
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Feb 2020 10:11:57 +0000 (11:11 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Feb 2020 10:11:57 +0000 (11:11 +0100)
ebtables.init
iptables.spec

index 75bc29a769880535a4750933f697dbc4ad7351c6..51caac65f19ce724d085e3c55788a925cc7077e3 100755 (executable)
@@ -131,7 +131,7 @@ case "$1" in
        done
        ;;
   *)
-       echo $"Usage $0 {start|stop|restart|condrestart|save|status}"
+       msg_usage "$0 {start|stop|restart|reload|condrestart|save|status}"
        RETVAL=1
 esac
 
index 109d99def10c8f33c9029eb948afbd393a48a526..78a191981a71b796b45dd20744dfb60324262e3a 100644 (file)
@@ -1,10 +1,12 @@
 #
 # TODO:
+# - recheck ebtables functionality:
+#   - is it still valid: "The original old ebtables is still needed e.g. for libvirt's nwfilter"?
+#   - is ebtables init script/service usable with iptables ebtables implementation now?
+#     if so, then move them here from legacy ebtables.spec
 # - update BR to real required llh version
 # - check if kernel-headers are still required to properly build iptabels for dist kernel
 # - fix makefile (-D_UNKNOWN_KERNEL_POINTER_SIZE issue)
-# - think what to do with the useless 'ebtables' wrapper. The original old
-#   ebtables is still needed e.g. for libvirt's nwfilter
 #
 # Conditional build:
 %bcond_without doc             # without documentation (HOWTOS) which needed TeX
This page took 0.097059 seconds and 4 git commands to generate.