87a88,90
> option("--listener-loopback-only", action="store_true", default=False,
> help="Port listeners will only accept connections over the " \
> "loopback device")
354a358,360
> if options.listener_loopback_only:
> m5.listenersLoopbackOnly()
>