netfilter: xt_MARK: Add ARP support
Add arpt_MARK to xt_mark. The corresponding userspace update is available at: http://git.netfilter.org/arptables/commit/?id=4bb2f8340783fd3a3f70aa6f8807428a280f8474 Signed-off-by: Zhang Chunyu <zhangcy@cn.fujitsu.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
		
					parent
					
						
							
								a3b1c1eb50
							
						
					
				
			
			
				commit
				
					
						12b7ed29bd
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -23,6 +23,7 @@ MODULE_ALIAS("ipt_mark"); | ||||||
| MODULE_ALIAS("ip6t_mark"); | MODULE_ALIAS("ip6t_mark"); | ||||||
| MODULE_ALIAS("ipt_MARK"); | MODULE_ALIAS("ipt_MARK"); | ||||||
| MODULE_ALIAS("ip6t_MARK"); | MODULE_ALIAS("ip6t_MARK"); | ||||||
|  | MODULE_ALIAS("arpt_MARK"); | ||||||
| 
 | 
 | ||||||
| static unsigned int | static unsigned int | ||||||
| mark_tg(struct sk_buff *skb, const struct xt_action_param *par) | mark_tg(struct sk_buff *skb, const struct xt_action_param *par) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Zhang Chunyu
				Zhang Chunyu