diff options
author | Randy Lam <jack20039@gmail.com> | 2020-07-10 16:12:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-10 16:12:23 +0800 |
commit | ffa47a6c7e13ecbb78f0b4ab3ed0244f3084569c (patch) | |
tree | 5db71847a0e76835101272133a53d72a1b51631f | |
parent | 2dbb18f93f2d1ff2ad1d7b9c042a6c97a23a5cb5 (diff) |
fix fragment with ether-type
Should be ether-type instead of fragment
-rw-r--r-- | docs/sources/flowspec.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/flowspec.md b/docs/sources/flowspec.md index 4493ff4a..e84b1954 100644 --- a/docs/sources/flowspec.md +++ b/docs/sources/flowspec.md @@ -370,7 +370,7 @@ $ gobgp global rib -a ipv4-flowspec | Key | Operand | Value | | -------- | ---------------------------------------------------------- | ------------------------------------------------------ | -| fragment | \[&] \[== | > | >= | < | <= | !=] | Ethernet type name, decimal number, `true` or `false`. | +| ether-type | \[&] \[== | > | >= | < | <= | !=] | Ethernet type name, decimal number, `true` or `false`. | Supported Ethernet Type Names: `ipv4`, `arp`, `rarp`, `vmtp`, `apple-talk`, `aarp`, `ipx`, `snmp`, `net-bios`, `xtp`, `ipv6`, `pppoe-discovery`, |