mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Allow
case net {
                       62.0.0.0/8+:
                       10.0.0.0/8+:
                       else: reject;
               }
			
			
This commit is contained in:
		@@ -5,6 +5,7 @@
 | 
			
		||||
 *
 | 
			
		||||
 *	Can be freely distributed and used under the terms of the GNU GPL.
 | 
			
		||||
 *
 | 
			
		||||
	FIXME: priority of ! should be lower
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
CF_HDR
 | 
			
		||||
 
 | 
			
		||||
@@ -579,8 +579,7 @@ interpret(struct f_inst *what)
 | 
			
		||||
	  break;
 | 
			
		||||
	}
 | 
			
		||||
      }	
 | 
			
		||||
      if (!t->data)
 | 
			
		||||
	bug( "Impossible: no code associated!" );
 | 
			
		||||
      /* It is actually possible to have t->data NULL */
 | 
			
		||||
      return interpret(t->data);
 | 
			
		||||
    }
 | 
			
		||||
    break;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user