int6krule.1 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557
  1. .TH int6krule 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. int6krule - Stream Classification Utility
  4. .SH SYNOPSIS
  5. .BR int6krule
  6. .RI [ options ]
  7. .IR action
  8. .IR operand
  9. .IR condition
  10. .RI [ condition ]
  11. .RI [ condition ]
  12. .IR control
  13. .IR volatility
  14. .RI [ device ]
  15. .RI [ device ]
  16. [...]
  17. .PP
  18. where \fIcondition\fR is a \fIfield\fR \fIoperator\fR \fIvalue\fR sequence.
  19. .SH DESCRIPTION
  20. Format and send stream classification rules to one or more devices.
  21. Rules specify an action to be taken when a frame satisfies selection criteria.
  22. Selection criteria consists of one, two or three conditions where any or all conditions must be satisfied.
  23. Each condition consists of a field type, a relational operator and a value.
  24. Rules may be added to a device, or removed from a device, so that they have permanent or temporary effect.
  25. .PP
  26. Classification rules are cumulative.
  27. If a new rule set is identical to an old rule set then an error will occur unless it contains a different Transmission Action.
  28. In that case the old rule will be replaced.
  29. Identical classification rule sets are permitted if one of the sets is associated with a VLAN tag action.
  30. Classification is based on the original frame before is is altered by VLAN Tag insertion or removal.
  31. .PP
  32. Classification is multi-dimensional and the terminology used here may seem strange at first.
  33. Refer to the Qualcomm Atheros Firmware Techncial Reference Manual description of the VS_CLASSIFICATION management message for a full explanation.
  34. .PP
  35. This program is part of the Qualcomm Atheros Powerline Toolkit.
  36. See the \fBplc\fR man page for an overview and installation instructions.
  37. .SH OPTIONS
  38. .TP
  39. .RB - e
  40. Redirects stderr messages to stdout.
  41. By convention status and error messages are printed on stderr while primary program output is printed on stdout.
  42. This option prints all output on stdout in cases where this is desired.
  43. .TP
  44. -\fBi\fR \fIinterface\fR
  45. Select the host Ethernet interface.
  46. All requests are sent via this host interface and only reponses received via this host interface are recognized.
  47. The default interface is \fBeth1\fR because most people use \fBeth0\fR as their principle network connection; however, if environment string "PLC" is defined then it takes precedence over the default interface.
  48. This option then takes precedence over either default.
  49. .TP
  50. .RB -r
  51. Read rules from a device and display them on stdout.
  52. .TP
  53. .RB - q
  54. Suppresses status messages on stderr.
  55. .TP
  56. .RB - s
  57. Print a list of program keywords on stdout.
  58. This option over-rides all others, except \fB-?\fR and \fB-!\fR, and the program will terminate without further action.
  59. .TP
  60. -\fBt \fImilliseconds\fR
  61. Read timeout in milliseconds.
  62. Values range from 0 through UINT_MAX.
  63. This is the maximum time allowed for a response.
  64. The default is shown in brackets on the program menu.
  65. -\fBT \fItag\fR
  66. The VLAN tag to be inserted into frames before they are transmitted.
  67. The tag is a 32-bit hexadecimal integer with optional "\fB0x\fR" prefix.
  68. This option is required for action \fBTagTX\fR and must be omitted for all other actions.
  69. .TP
  70. .RB - v
  71. Print additional information on stdout.
  72. In particular, this option dumps incoming and outgoing packets which can be saved as text files for reference.
  73. .TP
  74. -\fBV \fIversion\fR
  75. The CSPEC version number expressed as a small decimal integer.
  76. This option is required (and should be \fB2\fR) for action \fBTagTX\fR and must be omitted for all other actions.
  77. .TP
  78. .RB - ? ,-- help
  79. Print program help summary on stdout.
  80. This option takes precedence over other options on the command line.
  81. .TP
  82. .RB - ! ,-- version
  83. Print program version information on stdout.
  84. This option takes precedence over other options on the command line.
  85. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of the Linux Toolkit you are using.
  86. .SH ARGUMENTS
  87. .TP
  88. .IR action
  89. The action to be taken for frames that meet any (or all) selection criteria.
  90. Valid actions are listed and described under \fBACTIONS\fR.
  91. .TP
  92. .IR operand
  93. The operand specifies the logical relationship between conditions before the \fIaction\fR to be taken.
  94. Valid operands are listed and described under \fBOPERANDS\fR.
  95. .TP
  96. .IR condition
  97. A conditional expression consisting of a \fIfield\fR, \fIoperator\fR and \fIvalue\fR.
  98. See \fBCONDITIONS\fR for more information.
  99. .TP
  100. .IR control
  101. The control specifies the action to be taken by the device upon receipt of the rule.
  102. The basic actions are to add it to, or remove it from, the list of existing rules.
  103. Valid controls are listed and described under \fBCONTROLS\fR.
  104. .TP
  105. .IR volatility
  106. The volatility specifies the effective lifetime of the rule.
  107. Temoprary rules are stored in SDRAM and are lost then the device is reset.
  108. Permanent rules are stored in NVRAM and are restored after the device is reset.
  109. Valid volatilities are listed and described under \fBVOLATILITY\fR.
  110. .TP
  111. .IR device
  112. The MAC address of some powerline device.
  113. More than one address may be specified on the command line.
  114. If more than one address is specified then operations are performed on each device in turn.
  115. The default address is "\fBlocal\fR".
  116. See \fBDEVICES\fR for more information.
  117. .SH ACTIONS
  118. Actions indcate the disposition of frames that match selection criteria.
  119. They are expressed as discrete alphanumeric strings entered in upper, lower or mixed character case.
  120. They are position sensitive.
  121. Failure to enter a known action will results in an error message that lists permitted actions.
  122. .TP
  123. .BR CAP0 , CAP1 , CAP2 , CAP3
  124. Assign a specific Channel Access Priority to frames.
  125. .TP
  126. .BR Drop , DropTX
  127. Do not forward frames over powerline.
  128. .TP
  129. .BR DropRX
  130. Do not forward frames to host.
  131. .TP
  132. .BR Boost
  133. Boost frame priority to CAP3 for MMEs only.
  134. At least one condition must be "\fBMME\fR".
  135. .TP
  136. .BR StripTX
  137. Remove the VLAN Tag from frames before transmission over powerline.
  138. This option checks for a VLAN Tag even when there are no VLAN related conditions.
  139. .TP
  140. .BR StripRX
  141. Remove the VLAN Tag from frames before forwarding to host.
  142. This option checks for a VLAN Tag even when there are no VLAN related conditions.
  143. .TP
  144. .BR TagTX
  145. Insert a given VLAN Tag into frames before transmission over powerline.
  146. This action requires option \fB-T\fR to specify the tag and option \fB-V\fR to specify the CSPEC version.
  147. .SH OPERANDS
  148. The \fIoperand\fR indicates the logical relationship that must exist between conditions in the rule set before the action is applied to a frame.
  149. Operands are expressed as discrete alphanumeric strings entered in upper, lower or mixed character case.
  150. Failure to enter a known operand will result in an error message that lists permitted operands.
  151. They are positon sensitive.
  152. One operand is allowed and it must appear after the \fIaction\fR and before any \fIcondition\fR.
  153. .TP
  154. .BR Any
  155. Apply the action to frames that satisfy \fBany\fR of the conditions.
  156. This is equivalent to the logical \fBor\fR operation.
  157. .TP
  158. .BR All
  159. Apply the action to frames that satisfy \fBall\fR of the conditions.
  160. This is equivalent to the logical \fBand\fR operation.
  161. .TP
  162. .BR Always
  163. Apply the action to all frames.
  164. All conditions are ignored.
  165. .SH CONDITIONS
  166. A condition consists of a \fIfield\fR, an \fIoperator\fR and a \fIvalue\fR.
  167. One condition is required but three are permitted.
  168. Condition order is not important but all conditions must appear after the \fIoperand\fR and before the \fIcontrol\fR.
  169. .TP
  170. .IR field
  171. The field is the part of the Ethernet frame to be examined.
  172. Some fields are not valid for some actions but this program does not enforce such rules since validation is performed by runtime firmware on each device.
  173. Recognized fields are listed and described under \fBFIELDS\fR.
  174. .TP
  175. .IR operator
  176. The operator specifies the relationsip that must exist between the \fIfield\fR and \fIvalue\fR in order for the \fIcondition\fR to evaluate \fBTrue\fR.
  177. Currently, only equality operators are supported.
  178. Valid operators are listed and described under \fBOPERATORS\fR.
  179. .TP
  180. .IR value
  181. The value must be appropriate to the field type.
  182. Some fields are MAC or IP addresses, some are integers, some are bitmaps and others are states.
  183. Integers and bitmaps may be expressed in binary, decimal or hexadecimal format.
  184. Binary values staRt with \fB0b\fR.
  185. Hexadecimal values start with \fB0x\fR.
  186. States are expressed using keywords.
  187. Users are responsible for knowing how many bits are significant for each type of value.
  188. Valid values are described along with fields under \fBFIELDS\fR.
  189. .SH FIELDS
  190. Fields indicate the portion of the frame that is inspected during selection and the size and format of the value permited in the condition statement.
  191. They are expressed as discrete alphanumeric strings entered in upper, lower or mixed character case.
  192. Failure to enter a known field will result in an error message that lists permitted fields.
  193. .TP
  194. .BR ET
  195. A 16-bit Ethertype expressed in hexadecimal with optional "\fB0x\fR" prefix.
  196. The format is described in IEEE Standard 802-2001 [4].
  197. .TP
  198. .BR EthDA
  199. A 48-bit Ethernet destination address expressed in hexadecimal.
  200. Octets may be separated with optional colons for clarity.
  201. The format is described in IEEE Standard 802-2001 [4].
  202. .TP
  203. .BR EthSA
  204. A 48-bit Ethernet source address expressed in hexadecimal.
  205. Octets may be separated with optional colons for clarity.
  206. The format is described in IEEE Standard 802-2001 [4].
  207. .TP
  208. .BR IPSP
  209. A 16-bit IP source port expressed as a decimal integer.
  210. This condition applies to either TCP or UDP packets, depending on the protocol used, and is valid only for actions "\fBCAP0\fR", "\fBCAP1\fR", "\fBCAP2\fR", "\fBCAP3\fR" and "\fBDrop\fR".
  211. .TP
  212. .BR IPDP
  213. A 16-bit IP destination port expressed as a decimal integer.
  214. This condition applies to either TCP or UDP packets, depending on the protocol used, and is valid only for actions "\fBCAP0\fR", "\fBCAP1\fR", "\fBCAP2\fR", "\fBCAP3\fR" and "\fBDrop\fR".
  215. .TP
  216. .BR IPV4TOS
  217. An 8-bit Type-of-Service code where the format is defined in the RFC 791 (Internet Protocol) [14].
  218. .TP
  219. .BR IPV4PROT
  220. An 8-bit Ethernet protocol code.
  221. The format is defined in the RFC 791 (Internet Protocol) [14].
  222. .TP
  223. .BR IPV4SA
  224. A 32-bit Internet Protocol source address expressed in dotted-decimal notation.
  225. The official format is defined in RFC 791 (Internet Protocol) [14].
  226. Our implementation permits empty octets and leading zeros within fields.
  227. For example, "..." is equivalent to "0.0.0.0 and "127..000.001" is equivalent to "127.0.0.1".
  228. .TP
  229. .BR IPV4DA
  230. A 32-bit Internet Protocol destination address expressed in dotted-decimal notation. The official format is defined in RFC 791 (internet Protocol) [14]. Our implementation permits empty octets and leading zeros within fields. For example, "..." is equivalent to "0.0.0.0 and "127..000.001" is equivalent to "127.0.0.1".
  231. .TP
  232. .BR IPV6TC
  233. An 8-bit Internet Protocol V6 traffic class expressed as defined in RFC 2460 (Internet Protocol Version 6) [17].
  234. .TP
  235. .BR IPV6FL
  236. A 24-bit IPV6 flow label where the lower 20 bits are the IPv6 Flow Label defined in RFC 2460 (Internat Protocol Version 6) [17].
  237. The upper 4 bits should be zero.
  238. The value can be entered either as a decimal, binary or hex integer.
  239. .TP
  240. .BR IPV6SA
  241. A 128-bit IPV6 source address expressed as colon-separated hexadecmial quartets (octet pairs).
  242. The official format is defined in RFC 2460 (Internet Protocol Version 6) [17].
  243. Our implementation permits multiple empty fields, abreviated fields and leading zeros within fields.
  244. When multiple empty fields appear, the right-most occurance expands to multiple zeros.
  245. For example, "AAAA::BBBB::CCCC" is equivalent to "AAAA:0000:BBBB:0000:0000:0000:0000:CCCC".
  246. .TP
  247. .BR IPV6DA
  248. A 128-bit IPV6 destination address expressed as colon-separated hexadecimal quartets (octet pairs).
  249. The official format is defined in RFC 2460 (Internet Protocol Version 6) [17].
  250. Our implementation permits multiple empty fields, abbreviated fields and leading zeros within fields.
  251. When multiple empty fields appear, the right-most occurance expands to zeros.
  252. For example, ":1::2" is equivalent to "0000:0001:0000:0000:0000:0000:0000:0002".
  253. .TP
  254. .BR MME
  255. A 24-bit Atheros HomePlugAV Management Message type expressed as a hex byte stream.
  256. For clarity, the recommeded format it "xx:xxxx".
  257. The first byte is the MMV.
  258. The next two bytes are the MMTYPE.
  259. Both are defined in the HomePlug AV Specification.
  260. The MMTYPE will match all MME variants, such as Request, Confirm, Indicate and Response because the lower two bits are ignored.
  261. This field is only valid for action "\fBBoost\fR".
  262. .TP
  263. .BR TCPAck
  264. The string "\fBTrue\fR" or "\fBFalse\fR" to indicate that the frame is (or is not) a TCP Acknowledgement.
  265. Double negatives are allowed so "Is True" is equvalent to "Not False" and "Is False" is equivalent to "Not True".
  266. .TP
  267. .BR TCPSP
  268. A 16-bit TCP source port as a decimal integer.
  269. The format is defined in RFC 793 (Transmission Control Protocol [15]).
  270. .TP
  271. .BR TCPDP
  272. A 16-bit TCP destination port expressed as a decimal integer.
  273. The format is defined in RFC 793 (Transmission Control Protocol [15]).
  274. .TP
  275. .BR UDPSP
  276. A 16-bit UDP source port expressed as a decimal integer.
  277. The format is defined in RFC 768 (User Datagram Protocol [13]).
  278. .TP
  279. .BR UDPDP
  280. A 16-bit UDP destination port expressed as a decimal integer.
  281. The format is defined in RFC 768 (User Datagram Protocol [13]).
  282. .TP
  283. .BR VLANID
  284. A 16-bit VLAN identifier where the lower 12 bits are the VLAN Identifier (VID) defined in IEEE Std 802.1Q-1998 (Virtual Bridged Local Area Networks) [11].
  285. The upper 4 bits should be zero.
  286. .TP
  287. .BR VLANUP
  288. An 8-bit Ethernet VLAN tag where the lower 3 bits are the User Priority sub-field of a VLAN Tag defined in IEEE Std 802.1Q-1998 (Virtual Bridged Local Area Networks) [11].
  289. The upper 5 bits should be zero.
  290. .TP
  291. .BR VLANTag
  292. The string "\fBPresent\fR" or "\fBMissing\fR" to indicate the presence (or absence) of one or more VLAN Tags within a frame.
  293. This classifier is essentially equivalent to "\fBET Is 0x8100\fR".
  294. Double negatives are allowed so "Is Present" is equivalent to "Not Missing" and "Is Missing" is equivalent to "Not Present".
  295. .SH OPERATORS
  296. An operator indicates an equality between a \fIfield\fR and a \fIvalue\fR.
  297. An operator is an alphanumeric string entered in upper, lower or mixed character case.
  298. Failure to enter a known operator will result in an error message that lists permitted operators.
  299. Operators are position sensitive and must appear between each \fIfield\fR and \fIvalue\fR.
  300. .TP
  301. .BR Is
  302. Indicates that the frame field must equal the associated value for the condition to evaluate true.
  303. .TP
  304. .BR Not
  305. Indicates that the frame field must not equal the associated value for the condition to evaluate true.
  306. .SH STATES
  307. A state is a special case of \fIvalue\fR.
  308. .TP
  309. .BR True , On , Yes , Present
  310. Indicates a positive state or presence of some entity.
  311. All are equivalent and can be used interchangeably.
  312. Double negatives are permitted so "Is True" is equvalent to "Not False".
  313. .TP
  314. .BR False , Off , No , Missing
  315. Indicates a negative state or absence of some entity.
  316. All are equivalent and can be used interchangeably.
  317. Double negatives are permitted so "Is False" is equvalent to "Not True".
  318. .SH CONTROLS
  319. The control determines how the devices will handle the rule after it is validated.
  320. It is expressed as a discrete alphanumeric string entered in upper, lower or mixed character case.
  321. Failure to enter a known control will result in an error message that lists permitted controls.
  322. The control is position sensitive and must occur after \fIcondition\fR and before \fIvolatility\fR.
  323. .TP
  324. .BR Add
  325. Adds the rule to the current list of rules unless a violation occurs.
  326. In some cases, a rule may replace an existing rule instead of being added.
  327. .TP
  328. .BR Rem , Remove
  329. Remove the rule from the current list of rules unless a violation occurs.
  330. .SH VOLATILITY
  331. The volatility determines which device rule set will be affected by the action.
  332. It is expressed as a discrete alphanumeric string entered in upper, lower or mixed character case.
  333. Failure to enter a known volatility will result in an error message that lists permitted volatilities.
  334. The volatility is position sensitive and must occur after \fIcontrol\fR.
  335. .TP
  336. .BR Temp
  337. The temporary rule set will be modified.
  338. The temporary rule set resides in the working PIB stored in SDRAM.
  339. .TP
  340. .BR Perm
  341. The permanent rule set will be modified.
  342. The permanent rule set resides in the user PIB stored in NVRAM.
  343. .SH DEVICES
  344. Powerline devices use Ethernet Media Access Control (MAC) addresses.
  345. A MAC address is a 48-bit value entered as 12 hexadecimal digits in upper, lower or mixed character case.
  346. Octets may be separated with colons for clarity.
  347. For example, "00b052000001", "00:b0:52:00:00:01" and "00b052:000001" are valid and equivalent.
  348. .PP
  349. The following MAC addresses are special and may be entered by name instead of number.
  350. .TP
  351. .BR all
  352. Same as "broadcast".
  353. .TP
  354. .BR broadcast
  355. A synonym for the Ethernet broadcast address, \fBFF:FF:FF:FF:FF:FF\fR.
  356. All devices, whether local, remote or foreign recognize messages sent to this address.
  357. A remote device is any device at the far end of a powerline connection.
  358. A foreign device is any device not manufactured by Atheros.
  359. .TP
  360. .BR local
  361. A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), \fB00:B0:52:00:00:01\fR.
  362. All local Atheros devices recognize this address but remote and foreign devices do not.
  363. A remote device is any device at the far end of a powerline connection.
  364. A foreign device is any device not manufactured by Atheros.
  365. .SH REFERENCES
  366. See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for more information.
  367. .SH DISCLAIMER
  368. Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  369. Consequently, public information is not available.
  370. Qualcomm Atheros reserves the right to modify message structure or content in future firmware releases without any obligation to notify or compensate users of this program.
  371. .SH EXAMPLES
  372. This command adds a temporary classification rule to the classification table on device B00:B0:52:BA:BE:01.
  373. The rule instructs the device to drop frames that match either (any) of two conditions.
  374. The first condition states that the IPv4 source address is 192.168.99.2.
  375. The second conditon states that the IPv4 destination address is 192.168.99.100.
  376. .PP
  377. # int6krule drop any IPv4SA is 192.168.99.2 IPv4DA is 192.168.99.100 add temp 00:B0:52:BA:BE:01
  378. .PP
  379. Observe that the \fIaction\fR, \fIoperand\fR and \fIconditions\fR come first then the \fIcontrol\fR and \fIvolatility\fR then the affected \fIdevices\fR.
  380. Up to three conditions may be specified.
  381. Keyword order is important.
  382. Character case is not important.
  383. .PP
  384. The following example prints a list of programmed keywords on stdout for reference.
  385. The example shown here has been abbreviate due to formatting limitations.
  386. .PP
  387. # int6krule -s
  388. Controls are 'Add'|'Rem'|'Remove'
  389. Volatilities are 'Temp'|'Perm'
  390. Actions are 'CAP0'|'CAP1'|'CAP2'|'CAP3'|'Boost'|...|'StripTX'|'StripRX'|'TagRX'
  391. Operands are 'All'|'Any'|'Always'
  392. Fields are 'EthDA'|'EthSA'|'VLANUP'|'VLANID'|'IPv4TOS'|...|'TCPAck'|'VLANTag'
  393. Operators are 'Is'|'Not'
  394. .PP
  395. More example follow:
  396. .PP
  397. .B Ethernet Address Rules
  398. .PP
  399. Ethernet address rules have the following general format:
  400. .PP
  401. | CAP0 | ANY | EthSA | IS | xx:xx:xx:xx:xx:xx | ADD | TEMP | xx:xx:xx:xx:xx:xx
  402. | CAP1 | ALL | EthDA | NOT | | REMOVE | PERM |
  403. | CAP2 |
  404. | CAP3 |
  405. | DROP |
  406. .PP
  407. For example, instruct device 00:B0:52:BA:BE:FF to temporarily add a rule to forward frames from 00:2B:FE:CA:FE:BA at CAP3.
  408. Observe Ethernet hardware addresses are used both in the condition and for the affected powerline devices.
  409. .PP
  410. # int6krule cap3 any ethsa is 00:2b:fe:ca:fe:ba add temp 00:b0;52:ba:be:ff
  411. .PP
  412. .B IP Address Rules
  413. .PP
  414. IP address rules have the following general format:
  415. .PP
  416. | CAP0 | ANY | IPv4SA | IS | ddd.ddd.ddd.ddd | ADD | TEMP | xx:xx:xx:xx:xx:xx
  417. | CAP1 | ALL | IPv4DA | NOT | | REMOVE | PERM |
  418. | CAP2 |
  419. | CAP3 |
  420. | DROP |
  421. .PP
  422. For example, instruct device 00:B0:52:BA:BE:FF to permanently remove the rule that drops packets from 192.168.99.1.
  423. Notice that the IP address is specified in dotted decimal format but the device address is specified in hexadecimal octet format.
  424. Dotted decimal format permits empty and variable length octets but octet delimiters are mandatory.
  425. Hexadecimal octet format requires fixed length octets but octet delimiters are optional.
  426. .PP
  427. # int6krule drop any ipv4sa is 192.168.99.1 remove perm 00:b0:52:ba:be:ff
  428. .PP
  429. .B IP Protocol Rules
  430. .PP
  431. IP protocol rules have the following general format:
  432. .PP
  433. | CAP0 | ANY | IPv4PROT | IS | xxxx | ADD | TEMP | xx:xx:xx:xx:xx:xx
  434. | CAP1 | ALL | | NOT | | REMOVE | PERM |
  435. | CAP2 |
  436. | CAP3 |
  437. | DROP |
  438. .PP
  439. For example, to instruct device 00:B0:52:BA:BE:FF to permanently add a rule to forward non-IP packets at CAP2.
  440. In this example, delmiters have been omitted from the device Ethernet address.
  441. .PP
  442. # int6krule CAP2 all ipv4prot not 0x0800 add perm 00b052babeff
  443. .SH SEE ALSO
  444. .BR plc ( 1 ),
  445. .BR int6krate ( 1 ),
  446. .BR int6kstat ( 1 ),
  447. .BR int6ktone ( 7)
  448. .SH CREDITS
  449. Charles Maier <cmaier@qca.qualcomm.com>