Skip to content

Commit

Permalink
filter: make rules member public
Browse files Browse the repository at this point in the history
  • Loading branch information
magicnat committed Jun 7, 2019
1 parent 2abfecf commit f18e0da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bgp-filter.h
Expand Up @@ -30,6 +30,7 @@ class BgpFilterRule {
};

class BgpFilterRules {
public:
std::vector<BgpFilterRule> rules;

void append(BgpFilterType type, BgpFilterOP op, uint32_t prefix, uint32_t mask);
Expand Down

0 comments on commit f18e0da

Please sign in to comment.