diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-10-10 16:45:11 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-10-10 16:45:11 -0400 |
| commit | bbe3163a1b4573c76aedb2b766dc1563f2e488fa (patch) | |
| tree | 72c474a68873496879bc19cfa16e1c49d5d92c4a /lib/table.c | |
| parent | 59c3a491667d8022f996af65612d476ec964049c (diff) | |
Revert "lib: add link-state prefixes"
This reverts commit c8172af6825ad4b10e68b33b8edc22e6e2dc1524.
Diffstat (limited to 'lib/table.c')
| -rw-r--r-- | lib/table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/table.c b/lib/table.c index 1910bd0427..3bf93894ec 100644 --- a/lib/table.c +++ b/lib/table.c @@ -142,7 +142,7 @@ static void route_common(const struct prefix *n, const struct prefix *p, const uint8_t *pp; uint8_t *newp; - if (n->family == AF_FLOWSPEC || n->family == AF_LINKSTATE) + if (n->family == AF_FLOWSPEC) return prefix_copy(new, p); np = (const uint8_t *)&n->u.prefix; pp = (const uint8_t *)&p->u.prefix; |
