Raw File
cilium_bpf_policy_get.md
<!-- This file was autogenerated via cilium cmdref, do not edit manually-->

## cilium bpf policy get

List contents of a policy BPF map

### Synopsis

List contents of a policy BPF map

```
cilium bpf policy get [flags]
```

### Options

```
      --all             Dump all policy maps
  -h, --help            help for get
  -n, --numeric         Do not resolve IDs
  -o, --output string   json| jsonpath='{}'
```

### Options inherited from parent commands

```
      --config string   config file (default is $HOME/.cilium.yaml)
  -D, --debug           Enable debug messages
  -H, --host string     URI to server-side API
```

### SEE ALSO

* [cilium bpf policy](../cilium_bpf_policy)	 - Manage policy related BPF maps

back to top