[Xorp-users] Policy...

Kristian Larsson kristian@juniks.net
Sat, 15 Oct 2005 02:45:30 +0200


How do I add several elements to a network4-list?
and why is it called "network4-list", every other
router implementation I know call them
"prefix-list".
And the "elements: " part is superflous, is it
not?

JunOS prefix-list:
policy-options {
  prefix-list test {
    192.168.0.0/24;
    192.168.1.0/24;
  }
}
nice and clean without the elements part. :)

   Kristian.