diff options
| author | Russ White <russ@riw.us> | 2017-07-10 15:05:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-10 15:05:13 -0400 |
| commit | be2ddfff10343de8cb2e357f1052ffb2448ea830 (patch) | |
| tree | c8694738b7b4b532d7db5a366e7f5bd534d7301a /zebra/zebra_mpls.c | |
| parent | 1e5e04888f54b85350117ef52776761506e1f983 (diff) | |
| parent | 41e3491695029e917ad17991e4de43544aef523b (diff) | |
Merge pull request #733 from dwalton76/bgpd-ipv4-plus-label-misc3
bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST table
Diffstat (limited to 'zebra/zebra_mpls.c')
| -rw-r--r-- | zebra/zebra_mpls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_mpls.c b/zebra/zebra_mpls.c index 93844ee2a6..510d796937 100644 --- a/zebra/zebra_mpls.c +++ b/zebra/zebra_mpls.c @@ -1870,7 +1870,7 @@ zebra_mpls_lsp_uninstall (struct zebra_vrf *zvrf, struct route_node *rn, struct * Registration from a client for the label binding for a FEC. If a binding * already exists, it is informed to the client. * NOTE: If there is a manually configured label binding, that is used. - * Otherwise, if aa label index is specified, it means we have to allocate the + * Otherwise, if a label index is specified, it means we have to allocate the * label from a locally configured label block (SRGB), if one exists and index * is acceptable. */ |
