=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/65.html,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- www/65.html 2019/04/13 14:43:31 1.82 +++ www/65.html 2019/04/13 14:48:46 1.83 @@ -114,7 +114,7 @@
  • If an auto-join list is configured, wireless interfaces will no longer connect to unknown open networks by default. This behaviour must now be explicitly enabled by adding the empty network name to the - auto-join list, e.g. ifconfig iwm0 join "", or join "" + auto-join list, e.g. ifconfig iwm0 join "", or join "" in hostname.if files.
  • The iwn(4) and iwm(4) drivers will now @@ -239,15 +239,15 @@
  • 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. @@ -257,7 +257,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:
    @@ -267,7 +267,7 @@
  • bgpctl(8) can now add networks into BGP VPN tables by specifying the route distinguisher - rd on the network command. + rd on the network command.
  • bgplg(8) and bgplgsh(8) can now filter on Origin Validation State and Extended Communities.