After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740363 - write gateway to a separate environment variable for dispatcher scripts
write gateway to a separate environment variable for dispatcher scripts
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-11-19 13:11 UTC by Jiri Klimes
Modified: 2014-11-19 15:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jiri Klimes 2014-11-19 13:11:50 UTC
dispatcher: introduce new environment variables for gateway address
    
IP4_GATEWAY
VPN_IP4_GATEWAY
IP6_GATEWAY
VPN_IP6_GATEWAY
    
We still put gateway into IP[46]_ADDRESS_N for backward compatibility.

Branch: jk/dispatcher-gateway
Comment 1 Thomas Haller 2014-11-19 13:56:25 UTC
LGTM
Comment 2 Dan Williams 2014-11-19 15:40:13 UTC
LGTM
Comment 3 Jiri Klimes 2014-11-19 15:56:32 UTC
Pushed to master:
9503d35 man: fix formatting leftover from man -> xml migration
3c8dfb9 man: update version reference to 1.0 in manual pages
9a13378 dispatcher: introduce new env variables for gateway address (bgo #740363)