Multi-exit Functions

Do Suns tests first.

Multi-Exit on Import


	import proto idpr rdi rdi-idrp 
		idrp_ps_policy_atts {
		multi-exit  value;
		}
		{
		policy;
		}	 


Tests on operator

For each of the test below do the following type of tests:

  1. all restrict
  2. all
  3. route set 1
  4. route set 2
  5. none
  1. multi-exit = (operator) velue
  2. multi-exit > (operator) velue
  3. multi-exit < (operator) velue
  4. multi-exit >= (operator) velue
  5. multi-exit <= (operator) velue
  6. multi-exit != (operator) velue
  7. multi-exit null
In addition, the following code should restrict

	import proto idpr rdi rdi-idrp 
		idrp_ps_policy_atts {
		multi-exit restrict;
		}