blob: 5f66db15f73e704aa623f2f7ee4da6232ac6dbdb (
plain)
1
2
3
4
5
6
7
8
9
10
|
self and (self) match.
self:network and (self:network) match.
self:peer and (self:peer) match.
self:broadcast and (self:broadcast) match.
self/24 and (self)/24 match.
self:0 and (self:0) match.
self:network:0 and (self:network:0) match.
self:peer:0 and (self:peer:0) match.
self:broadcast:0 and (self:broadcast:0) match.
self:0/24 and (self:0)/24 match.
|