=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/65.html,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- www/65.html 2019/04/13 01:31:44 1.73 +++ www/65.html 2019/04/13 03:05:55 1.74 @@ -217,18 +217,18 @@ differ only by filter sets.
  • First release of OpenBGPD-portable. There is currently no FIB support in the portable version and some other features are also disabled. -
  • The configuration of BGP MPLS VPN changes and the config needs to be +
  • The configuration of BGP MPLS VPN changed and the config needs to be adjusted if VPNs are used.
  • Added support for IPv6 BGP MPLS VPNs. -
  • Implemented as-override in bgpd(8), +
  • Implemented as-override in bgpd(8), a feature where the neighbor AS is replaced by the local AS in AS paths.
  • It is now possible to match multiple communities, ext-communities or large-communities per filter rule. -
  • Added support for '*', local-as and neighbor-as +
  • Added support for *, local-as and neighbor-as for ext-community matching and addition or removal.
  • Prevent bgpd(8) from being started more than once with the same config. -
  • announce inet none no longer clears announce settings of +
  • announce inet none no longer clears announce settings of other address families.
  • Removed potential for a spurious End-of-RIB marker being sent.
  • Fixed mrt table dumps and the route collector mode. @@ -238,7 +238,7 @@ terminates early.
  • Improved handling of communities, large-communities and ext-communities in bgpctl(8) -
  • It is now possible to use neighbor group <name> to run +
  • It is now possible to use neighbor group <name> to run bgpctl(8) commands against the specified group of neighbors:
    @@ -247,8 +247,8 @@ bgpctl show rib neighbor group ...
  • bgpctl(8) can now - add networks into BGP VPN tables by specifying the route desinguisher - rd on the network command. + add networks into BGP VPN tables by specifying the route distinguisher + rd on the network command.
  • bgplg(8) and bgplgsh(8) can now filter on Origin Validation State and Extended Communities.