gluon-radvd: HACK: free ebtables from bat0
This commit is contained in:
		
							parent
							
								
									18cd79c037
								
							
						
					
					
						commit
						eed61af7a3
					
				@ -1,7 +1,7 @@
 | 
			
		||||
include $(TOPDIR)/rules.mk
 | 
			
		||||
 | 
			
		||||
PKG_NAME:=gluon-radvd
 | 
			
		||||
PKG_VERSION:=3
 | 
			
		||||
PKG_VERSION:=4
 | 
			
		||||
 | 
			
		||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 | 
			
		||||
 | 
			
		||||
@ -11,7 +11,7 @@ define Package/gluon-radvd
 | 
			
		||||
  SECTION:=gluon
 | 
			
		||||
  CATEGORY:=Gluon
 | 
			
		||||
  TITLE:=Advertise an IPv6 prefix from the node
 | 
			
		||||
  DEPENDS:=+gluon-core +gluon-ebtables +gluon-mesh-batman-adv +uradvd
 | 
			
		||||
  DEPENDS:=+gluon-core +uradvd
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define Package/gluon-radvd/description
 | 
			
		||||
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
rule 'INPUT -p IPv6 --ip6-protocol ipv6-icmp --ip6-icmp-type router-solicitation -i bat0 -j DROP'
 | 
			
		||||
rule 'OUTPUT -p IPv6 --ip6-protocol ipv6-icmp --ip6-icmp-type router-advertisement -o bat0 -j DROP'
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user