# Ripple

Configuration items for managing field rippling.

## ripple-enable

**Type**: Boolean

**Default**: FALSE

Enable ripple functionality.

## add-ripple

Defines a list of FIDs whose order is shuffled when an update is received.

**Syntax**:

```
add-ripple
    ripple  [values]
end-ripple
```

**Options**

| Option | Type | Default | Description |
| --- | --- | --- | --- |
| ripple | Integer array | None | The FIDs in the ripple chain. |

**Example**:

```
add-ripple
    ripple 6 7 8 9 10
end-ripple
```
