diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-09-18 18:07:18 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-09-18 18:07:18 +0000 |
commit | 6b148faa291f68dd43bba37fbc0e6b75a2e1e078 (patch) | |
tree | 7e9f1d21114da9be1587047adef75a373aeae6a8 /lib/ChangeLog | |
parent | e08286bcf8a73d1922b0464bef52c1b27eda7c43 (diff) |
[privs/Solaris] Quagga should work in zones with IP instances
2007-09-18 Paul Jakma <paul.jakma@sun.com>
* privs.c: definition of ZCAP_NET_ADMIN on Solaris should
be PRIV_SYS_IP_CONFIG, when that's available. Thus allowing
Quagga to work with in Solaris zones with exclusive IP
instances.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 26a25171..8125451f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2007-09-18 Paul Jakma <paul.jakma@sun.com> + + * privs.c: definition of ZCAP_NET_ADMIN on Solaris should + be PRIV_SYS_IP_CONFIG, when that's available. Thus allowing + Quagga to work with in Solaris zones with exclusive IP + instances. + 2007-08-21 Denis Ovsienko * sockopt.[ch]: (setsockopt_so_sendbuf, getsockopt_so_sendbuf): |