Skip to content

EOS SDK v2.23.2 (EOS 4.33.1F)

Latest
Compare
Choose a tag to compare
@ruferp ruferp released this 18 Dec 02:13

Resources

Bug fixes and Improvements

  • nexthop_group Module

    • per entry backup:
      getter: bool per_entry_backups() const
      setter: void per_entry_backups_is(bool per_entry_backups)
      /**
      Getter for 'per_entry_backups': Defines whether the backup entries present in
      backup_nexthops are on a per entry basis or are a collective set of backups.
      If enabled, the backup entry in position N of backup_nexthops will be
      activated in the event that the entry in position N of nexthops is not
      available to be programmed. The flag is disabled (set to false) by default.
      **/
  • mpls_route Module

    • backup via add/remove/iterate:
      add: void mpls_route_backup_via_set(mpls_route_via_t const&)
      rem: void mpls_route_backup_via_del(mpls_route_via_t const&)
      get: mpls_route_via_iter_t mpls_route_backup_via_iter(mpls_route_key_t const&)
  • mac_table

    • mac_entry_type_t new field: MAC_ENTRY_DFW_CONFIGURED_STATIC
  • policy_map Module

    • traffic-policy feature enabled by default (no need for -DTRAFFIC_POLICY_ENABLED in build.sh)