Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageros
/routing ospf instance
set backbone_v2 out-filter=ospfv2_out_select
/routing filter select-rule add chain=ospfv2_out_select do-where=ospf_out


Code Block
languageperlros
/routing filter rule add chain=ospf_out rule={ if ([prfx-value is=dst<subsumes>182.168.0.0/16]) { action accept}}

...