diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-27 12:31:54 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-08 10:30:14 -0400 |
| commit | b34fd35d3ad5089ef2aecff06879d2f3ca471947 (patch) | |
| tree | edf6c242d7262920f4769ca2d8649e6a64387292 /lib/filter.c | |
| parent | a85b24cc7f014466a78f2d4992efb0c379454f4a (diff) | |
lib, bgpd: Address Review comments.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/filter.c')
| -rw-r--r-- | lib/filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filter.c b/lib/filter.c index 3eb874728d..fa52fed1c6 100644 --- a/lib/filter.c +++ b/lib/filter.c @@ -90,7 +90,7 @@ struct access_master { void (*delete_hook)(struct access_list *); }; -/* Static structure for IPv4 access_list's master. */ +/* Static structure for mac access_list's master. */ static struct access_master access_master_mac = { {NULL, NULL}, {NULL, NULL}, |
