Skip to content

Commit

Permalink
Documentation updates (irrtoolset#34)
Browse files Browse the repository at this point in the history
* Documentation updates

* Reflect that Cisco peer templates are via -cisco_peer_templates

* fixed error in NEWS
  • Loading branch information
darylc authored and nickhilliard committed Apr 14, 2016
1 parent e89b2c5 commit 4a650c7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 17 deletions.
22 changes: 21 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
Release Notes for IRRToolSet
****************************

5.1.0 - 2014-NN-NN
5.1.0 - 2016-04?-NN
------------------
* Starting with this release, IRRToolSet is going to follow a Semantic
Versioning scheme: http://semver.org/
* Initial support for IOS XR config generation, use -config ciscoxr
* Rename @rtconfig set commands and add JunOS Support:
cisco_prefix_acl_no to prefix_acl_no
cisco_aspath_acl_no to aspath_acl_no
cisco_pktfilter_acl_no to pktfilter_acl_no
cisco_community_acl_no to community_acl_no
* Cisco IOS improvements:
Support for peer templates with -cisco_peer_templates
Add support for community.delete()
Reduced default starting id's for community lists, acl's etc from 100 to 50
Added support for BGP communities starting with 0:
Fix bug where both IPv4 & IPv6 prefixes would be added to the same prefix-list
* JunOS improvements:
-junos_replace to output replace: configuration that can be loaded with "load replace"
-junos_and_not_or to make route policies that AND community and prefix-lists to match
the rtconfig Cisco behaviour.
Increment JunOS policy-statement id's for IPv4/v6 to avoid duplicate id's
Add support for IPv6 prefix-length-range to bring it to parity with IPv4
Fixed minor configuration output ordering
Fix problems with 4-byte AS's

5.0.1
-----
Expand Down
32 changes: 16 additions & 16 deletions src/rtconfig/rtconfig.1
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,22 @@ except it compresses more aggresively. The %n and %m information is
lost. But,
%D, a set of dont care bits representing different %n-%m ranges are
provided. <mp-filter> is also accepted.
.IP "@rtconfig set prefix_acl_no = <no>"
<no> is an integer.
This command instructs rtconfig to start numbering prefix access lists at <no>.
The older term "cisco_prefix_acl_no" is deprecated but kept as an alias.
.IP "@rtconfig set aspath_acl_no = <no>"
<no> is an integer.
This command instructs rtconfig to start numbering aspath access lists at <no>.
The older term "cisco_aspath_acl_no" is deprecated but kept as an alias.
.IP "@rtconfig set pktfilter_acl_no = <no>"
<no> is an integer.
This command instructs rtconfig to start numbering inbound/outbound packet filter access lists at <no>.
The older term "cisco_pktfilter_acl_no" is deprecated but kept as an alias.
.IP "@rtconfig set community_acl_no = <no>"
<no> is an integer.
This command instructs rtconfig to start numbering community access lists at <no>.
The older term "cisco_community_acl_no" is deprecated but kept as an alias.
.RE
.PP
Cisco specific commands:
Expand All @@ -306,22 +322,6 @@ If missing, 1 is used.
<no> is an integer.
This command instructs rtconfig to increment route map numbers by <no>.
If missing, successive route maps are numbered by increments of 1.
.IP "@rtconfig set prefix_acl_no = <no>"
<no> is an integer.
This command instructs rtconfig to start numbering prefix access lists at <no>.
The older term "cisco_prefix_acl_no" is deprecated but kept as an alias.
.IP "@rtconfig set aspath_acl_no = <no>"
<no> is an integer.
This command instructs rtconfig to start numbering aspath access lists at <no>.
The older term "cisco_aspath_acl_no" is deprecated but kept as an alias.
.IP "@rtconfig set pktfilter_acl_no = <no>"
<no> is an integer.
This command instructs rtconfig to start numbering inbound/outbound packet filter access lists at <no>.
The older term "cisco_pktfilter_acl_no" is deprecated but kept as an alias.
.IP "@rtconfig set community_acl_no = <no>"
<no> is an integer.
This command instructs rtconfig to start numbering community access lists at <no>.
The older term "cisco_community_acl_no" is deprecated but kept as an alias.
.IP "@rtconfig set community_set_no = <no>"
<no> is an integer.
This command instructs rtconfig to start numbering community sets at <no>.
Expand Down

0 comments on commit 4a650c7

Please sign in to comment.