diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-08-06 20:11:19 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-06 20:11:19 +0300 |
| commit | ceea81be771d8aa99ebba7982eaea4b22c97f8cb (patch) | |
| tree | 41a222267a16da84199f202e3b6f194696450958 /lib/zclient.h | |
| parent | 6d91d1c7680f446e5393c23bb8483802bb0428cb (diff) | |
| parent | 6f6b7e170614fab61c4d92cdfb415a03b260aa8e (diff) | |
Merge pull request #14139 from donaldsharp/v6_v4_nexthops
V6 v4 nexthops
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index 316dd4cd68..42c5a5fdac 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -274,6 +274,7 @@ struct zclient_capabilities { uint32_t ecmp; bool mpls_enabled; enum mlag_role role; + bool v6_with_v4_nexthop; }; /* Graceful Restart Capabilities message */ |
