https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206012

--- Comment #4 from Sascha Biberhofer <s.biberho...@spherical-elephant.com> ---
Hi Jamie,

That would be a great and at least avoid the issue of having to specify the
(slightly volatile) interface number explicitly in jail.conf.

However, since the interface that an address is meant for is always specified
in jail.conf anyway (either via the interface parameter or the if|address
format in ip4.addr and ip6.addr) it would be even nicer if we could generate
the interface index directly from the interface information in jail.conf, i.e.

ip6.addr = 'lo1|fe80::dead:beef' 

or

interface = 'lo1'
ip6.addr = 'fe80::dead:beef'

should suffice for the sake of convenience. I guess one could map these forms
to fe80::dead:beef%if and then map this to the index form like you suggested.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-jail@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to "freebsd-jail-unsubscr...@freebsd.org"

Reply via email to