Skip to content

Commit

Permalink
6683 Filtering on 'rarp' with snoop(1M) is broken
Browse files Browse the repository at this point in the history
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@omniti.com>
  • Loading branch information
melloc authored and rmustacc committed Mar 10, 2016
1 parent 286ef71 commit 573f024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
Expand Up @@ -103,7 +103,7 @@ static network_table_t ether_network_mapping_table[] = {
{ "pup", ETHERTYPE_PUP },
{ "ip", ETHERTYPE_IP },
{ "arp", ETHERTYPE_ARP },
{ "revarp", ETHERTYPE_REVARP },
{ "rarp", ETHERTYPE_REVARP },
{ "at", ETHERTYPE_AT },
{ "aarp", ETHERTYPE_AARP },
{ "vlan", ETHERTYPE_VLAN },
Expand All @@ -119,7 +119,7 @@ static network_table_t ib_network_mapping_table[] = {
{ "pup", ETHERTYPE_PUP },
{ "ip", ETHERTYPE_IP },
{ "arp", ETHERTYPE_ARP },
{ "revarp", ETHERTYPE_REVARP },
{ "rarp", ETHERTYPE_REVARP },
{ "at", ETHERTYPE_AT },
{ "aarp", ETHERTYPE_AARP },
{ "vlan", ETHERTYPE_VLAN },
Expand Down

0 comments on commit 573f024

Please sign in to comment.