summaryrefslogtreecommitdiffstats
path: root/lib/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/filter.c')
-rw-r--r--lib/filter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/filter.c b/lib/filter.c
index 69341824..96605c7d 100644
--- a/lib/filter.c
+++ b/lib/filter.c
@@ -110,7 +110,7 @@ static struct access_master access_master_ipv6 =
NULL,
};
#endif /* HAVE_IPV6 */
-
+
static struct access_master *
access_master_get (afi_t afi)
{
@@ -208,7 +208,7 @@ filter_match_zebra (struct filter *mfilter, struct prefix *p)
else
return 0;
}
-
+
/* Allocate new access list structure. */
static struct access_list *
access_list_new (void)
@@ -501,7 +501,7 @@ access_list_filter_delete (struct access_list *access, struct filter *filter)
if (master->delete_hook)
(*master->delete_hook) (access);
}
-
+
/*
deny Specify packets to reject
permit Specify packets to forward