irrtoolset / irrtoolset

The Internet Routing Registry Toolset
Other
134 stars 33 forks source link

Implement new command @Rtconfig importPG for junos to make import pol… #41

Closed darylc closed 8 years ago

darylc commented 8 years ago

…icies work with peer groups.

Replaces pull request 27

eg: @RtConfig importPG

This is the same as regular import with the addition of a peer group name as the last argument. This then causes output like:

protocols { bgp { group peers-prng- { type external; neighbor { import [ ]; } } } }

nickhilliard commented 8 years ago

closing: duplicate of #27.