Skip to content

Commit 6eeaa2e

Browse files
authored
ffmuc-ipv6-ra-filter: make filter less verbose (#48)
1 parent 394a373 commit 6eeaa2e

File tree

1 file changed

+1
-1
lines changed
  • ffmuc-ipv6-ra-filter/files/lib/gluon/ffmuc-ipv6-ra-filter

1 file changed

+1
-1
lines changed

ffmuc-ipv6-ra-filter/files/lib/gluon/ffmuc-ipv6-ra-filter/ipv6-ra-filter

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e
55

66
# Check if we need to initialise the ra-filter chain
7-
if ! ebtables-tiny -L IPV6_RA_FILTER; then
7+
if ! ebtables-tiny -L IPV6_RA_FILTER > /dev/null; then
88
logger -t ipv6_ra_filter "ebtables chain IPV6_RA_FILTER does not exist"
99
ebtables-tiny -N IPV6_RA_FILTER
1010
ebtables-tiny -P IPV6_RA_FILTER DROP

0 commit comments

Comments
 (0)