Resources
- Online API Documentation
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.
**/
- per entry backup:
-
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&)
- backup via add/remove/iterate:
-
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
inbuild.sh
)
- traffic-policy feature enabled by default (no need for