diff options
-rw-r--r-- | share/man/man9/ifnet.9 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9 index 1697b4a..216ff36 100644 --- a/share/man/man9/ifnet.9 +++ b/share/man/man9/ifnet.9 @@ -439,8 +439,12 @@ interface. .Aq D Disable network address resolution on this interface. .It Dv IFF_PROMISC -.Aq D +.Aq D* This interface is in promiscuous mode. +.It Dv IFF_PPROMISC +.Aq D +This interface is in the permanently promiscuous mode (implies +IFF_PROMISC). .It Dv IFF_ALLMULTI .Aq D* This interface is in all-multicasts mode (used by multicast routers). |