Lines 227-233
Link Here
|
227 |
static const char * const clearopt_list[] = { |
227 |
static const char * const clearopt_list[] = { |
228 |
"nat", "queue", "rules", "Sources", |
228 |
"nat", "queue", "rules", "Sources", |
229 |
"states", "info", "Tables", "osfp", "all", |
229 |
"states", "info", "Tables", "osfp", "all", |
230 |
"ethernet", NULL |
230 |
"ethernet", "Interfaces", NULL |
231 |
}; |
231 |
}; |
232 |
|
232 |
|
233 |
static const char * const showopt_list[] = { |
233 |
static const char * const showopt_list[] = { |
Lines 3192-3197
Link Here
|
3192 |
break; |
3192 |
break; |
3193 |
case 'i': |
3193 |
case 'i': |
3194 |
pfctl_clear_stats(dev, opts); |
3194 |
pfctl_clear_stats(dev, opts); |
|
|
3195 |
break; |
3196 |
case 'I': |
3197 |
pfctl_clear_interface_flags(dev, opts); |
3195 |
break; |
3198 |
break; |
3196 |
case 'a': |
3199 |
case 'a': |
3197 |
pfctl_flush_eth_rules(dev, opts, anchorname); |
3200 |
pfctl_flush_eth_rules(dev, opts, anchorname); |