diff options
| author | Lou Berger <lberger@labn.net> | 2018-04-17 15:55:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-17 15:55:35 -0400 |
| commit | 170f8b90ba57c331a6c95e73924bcae8d50220be (patch) | |
| tree | 29e2759efb603268cd5fbf2cbbf1bc2fb6b0790f /pbrd/pbr_main.c | |
| parent | 2fe7387904db825214f84fa4998407701f7ba01b (diff) | |
| parent | ad1dabd5c3de7b000fd4a7eef3d3a154ae197069 (diff) | |
Merge pull request #2064 from donaldsharp/redistribute_limitation
redristribute and access list
Diffstat (limited to 'pbrd/pbr_main.c')
| -rw-r--r-- | pbrd/pbr_main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pbrd/pbr_main.c b/pbrd/pbr_main.c index 638e284a1a..ba09621083 100644 --- a/pbrd/pbr_main.c +++ b/pbrd/pbr_main.c @@ -152,6 +152,11 @@ int main(int argc, char **argv, char **envp) pbr_nhgroup_del_nexthop_cb, pbr_nhgroup_delete_cb); + /* + * So we safely ignore these commands since + * we are getting them at this point in time + */ + access_list_init(); pbr_nht_init(); pbr_map_init(); pbr_zebra_init(); |
