diff options
| author | Russ White <russ@riw.us> | 2018-06-01 16:00:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-01 16:00:14 -0400 |
| commit | ebb46153b06a48fa5402b850ad8041a469f1a26d (patch) | |
| tree | a6ec353d90185ef0b11262aeb77b275766e0ed65 /lib/log.c | |
| parent | 65757481f05eae3de3aa6b6e08702045e7341552 (diff) | |
| parent | 2bb9eff45f93d4a76f0121e6ab31d55f34554925 (diff) | |
Merge pull request #2245 from donaldsharp/type_4
Support EVPN Type 4 Routes
Diffstat (limited to 'lib/log.c')
| -rw-r--r-- | lib/log.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -945,6 +945,8 @@ static const struct zebra_desc_table command_types[] = { DESC_ENTRY(ZEBRA_ADVERTISE_ALL_VNI), DESC_ENTRY(ZEBRA_ADVERTISE_DEFAULT_GW), DESC_ENTRY(ZEBRA_ADVERTISE_SUBNET), + DESC_ENTRY(ZEBRA_LOCAL_ES_ADD), + DESC_ENTRY(ZEBRA_LOCAL_ES_DEL), DESC_ENTRY(ZEBRA_VNI_ADD), DESC_ENTRY(ZEBRA_VNI_DEL), DESC_ENTRY(ZEBRA_L3VNI_ADD), |
